Merge pull request #2 from mrchainman/master
Added chmod in Makefile to prevent execution errors
This commit is contained in:
commit
e448dd3d5a
1 changed files with 1 additions and 0 deletions
1
Makefile
1
Makefile
|
@ -7,3 +7,4 @@ clean:
|
||||||
install: output
|
install: output
|
||||||
mkdir -p /usr/local/bin
|
mkdir -p /usr/local/bin
|
||||||
cp -f dwmblocks /usr/local/bin
|
cp -f dwmblocks /usr/local/bin
|
||||||
|
chmod 755 /usr/local/bin/dwmblocks
|
||||||
|
|
Loading…
Reference in a new issue