summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke Smith <luke@lukesmith.xyz>2020-03-02 10:30:11 -0500
committerGitHub <noreply@github.com>2020-03-02 10:30:11 -0500
commite448dd3d5a78dd7d07b70dfbfc9570fe3891adc9 (patch)
treee722280729647e2a2cc1149902fcb607d1c0c00e
parentb9e29ebe901e41e777aaa4be00b808ca655697cf (diff)
parent7cb3daa077d7273d153a79b8293db750cc3e6954 (diff)
downloaddwmblocks-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--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index c2033ee..0333d7e 100644
--- a/Makefile
+++ b/Makefile
@@ -7,3 +7,4 @@ clean:
install: output
mkdir -p /usr/local/bin
cp -f dwmblocks /usr/local/bin
+ chmod 755 /usr/local/bin/dwmblocks
Software created with 💖