Makefile: Set permission

This commit is contained in:
crian 2020-03-03 14:53:01 +01:00
parent 2c47e9e707
commit 2b44212f45
No known key found for this signature in database
GPG Key ID: 313858BD269FBEC7
1 changed files with 1 additions and 0 deletions

View File

@ -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