mirror of
https://github.com/torrinfail/dwmblocks.git
synced 2025-12-16 20:23:10 +01:00
Makefile: Set permission
This commit is contained in:
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
|
||||||
|
|||||||
Reference in New Issue
Block a user