Makefile: Set permission
This commit is contained in:
parent
2c47e9e707
commit
2b44212f45
1 changed files with 1 additions and 0 deletions
1
Makefile
1
Makefile
|
@ -7,5 +7,6 @@ clean:
|
|||
install: output
|
||||
mkdir -p $(DESTDIR)$(PREFIX)/bin
|
||||
cp -f dwmblocks $(DESTDIR)$(PREFIX)/bin
|
||||
chmod 755 $(DESTDIR)$(PREFIX)/bin/dwmblocks
|
||||
uninstall:
|
||||
rm -f $(DESTDIR)$(PREFIX)/bin/dwmblocks
|
||||
|
|
Reference in a new issue