Skip to content

Commit

Permalink
Makefile: Set permission
Browse files Browse the repository at this point in the history
  • Loading branch information
crian committed Mar 3, 2020
1 parent 2c47e9e commit 2b44212
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 2b44212

Please sign in to comment.