Merge pull request #12 from kdkasad/patch-1
Change `cp`/`chmod` to `install` in Makefile
This commit is contained in:
commit
661f3eb4bc
1 changed files with 1 additions and 2 deletions
3
Makefile
3
Makefile
|
@ -10,7 +10,6 @@ clean:
|
|||
rm -f *.o *.gch dwmblocks
|
||||
install: output
|
||||
mkdir -p $(DESTDIR)$(PREFIX)/bin
|
||||
cp -f dwmblocks $(DESTDIR)$(PREFIX)/bin
|
||||
chmod 755 $(DESTDIR)$(PREFIX)/bin/dwmblocks
|
||||
install -m 0755 dwmblocks $(DESTDIR)$(PREFIX)/bin/dwmblocks
|
||||
uninstall:
|
||||
rm -f $(DESTDIR)$(PREFIX)/bin/dwmblocks
|
||||
|
|
Reference in a new issue