diff options
author | Luke Smith <luke@lukesmith.xyz> | 2020-03-02 10:30:11 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-03-02 10:30:11 -0500 |
commit | e448dd3d5a78dd7d07b70dfbfc9570fe3891adc9 (patch) | |
tree | e722280729647e2a2cc1149902fcb607d1c0c00e | |
parent | b9e29ebe901e41e777aaa4be00b808ca655697cf (diff) | |
parent | 7cb3daa077d7273d153a79b8293db750cc3e6954 (diff) | |
download | dwmblocks-e448dd3d5a78dd7d07b70dfbfc9570fe3891adc9.tar.gz dwmblocks-e448dd3d5a78dd7d07b70dfbfc9570fe3891adc9.tar.bz2 dwmblocks-e448dd3d5a78dd7d07b70dfbfc9570fe3891adc9.zip |
Merge pull request #2 from mrchainman/master
Added chmod in Makefile to prevent execution errors
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -7,3 +7,4 @@ clean: install: output mkdir -p /usr/local/bin cp -f dwmblocks /usr/local/bin + chmod 755 /usr/local/bin/dwmblocks |