Makefile: Set permission
This commit is contained in:
parent
2c47e9e707
commit
2b44212f45
1
Makefile
1
Makefile
@ -7,5 +7,6 @@ clean:
|
|||||||
install: output
|
install: output
|
||||||
mkdir -p $(DESTDIR)$(PREFIX)/bin
|
mkdir -p $(DESTDIR)$(PREFIX)/bin
|
||||||
cp -f dwmblocks $(DESTDIR)$(PREFIX)/bin
|
cp -f dwmblocks $(DESTDIR)$(PREFIX)/bin
|
||||||
|
chmod 755 $(DESTDIR)$(PREFIX)/bin/dwmblocks
|
||||||
uninstall:
|
uninstall:
|
||||||
rm -f $(DESTDIR)$(PREFIX)/bin/dwmblocks
|
rm -f $(DESTDIR)$(PREFIX)/bin/dwmblocks
|
||||||
|
Loading…
Reference in New Issue
Block a user