Browse Source
Merge pull request #12 from kdkasad/patch-1
Change `cp`/`chmod` to `install` in Makefile
master
torrinfail
5 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
2 deletions
-
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 |