]> git.armaanb.net Git - dwmblocks.git/commit
Change `cp`/`chmod` to `install`
authorKian Kasad <kdkasad@gmail.com>
Mon, 4 May 2020 08:20:45 +0000 (01:20 -0700)
committerGitHub <noreply@github.com>
Mon, 4 May 2020 08:20:45 +0000 (01:20 -0700)
commit507cf284a27d0664b4f981a43ed419a93680e2d2
tree3b479d5883c5313813c3a5697305c82471442b94
parent6e0519df3aeba97276d18a8e4bb7d41df675634c
Change `cp`/`chmod` to `install`

The install command was meant for exactly this purpose; installing a file to a location and setting its permissions. This combines the `cp` and `chmod` commands into one `install` command.
Makefile