Added chmod in Makefile to prevent execution errors
This commit is contained in:
parent
4f6b1e11f2
commit
91c492319b
1 changed files with 2 additions and 1 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