Makefile: simplify install command.
This commit is contained in:
parent
f941a14dc4
commit
267370d425
6
Makefile
6
Makefile
@ -35,10 +35,8 @@ clean:
|
||||
doc: pacundo.1.gz
|
||||
|
||||
install: pacundo.1.gz
|
||||
install -d $(PREFIX)/bin
|
||||
install -m 755 pacundo.pl $(PREFIX)/bin/pacundo
|
||||
install -d $(PREFIX)/share/man/man1
|
||||
install -m 644 pacundo.1.gz $(PREFIX)/share/man/man1/
|
||||
install -Dm755 pacundo.pl $(PREFIX)/bin/pacundo
|
||||
install -Dm644 pacundo.1.gz $(PREFIX)/share/man/man1/
|
||||
|
||||
uninstall:
|
||||
$(RM) $(PREFIX)/bin/pacundo
|
||||
|
Loading…
x
Reference in New Issue
Block a user