fix issues in makefile
This commit is contained in:
parent
93b57c3ee3
commit
9be5b35bcb
2
Makefile
2
Makefile
@ -7,5 +7,5 @@ install: src/pm man/pm.1
|
|||||||
install src/pm $(PREFIX)/bin
|
install src/pm $(PREFIX)/bin
|
||||||
install -d $(PM_ENTRIES_DIR)
|
install -d $(PM_ENTRIES_DIR)
|
||||||
touch $(PM_ENTRIES_DIR)/$(PM_ENTRIES_FILE)
|
touch $(PM_ENTRIES_DIR)/$(PM_ENTRIES_FILE)
|
||||||
install -g 0 -o 0 -m man/pm.1 /usr/local/man/man1
|
install -g 0 -o 0 -m man/pm.1 /usr/local/man/man1/pm.1
|
||||||
gzip /usr/local/man/man1/pm.1
|
gzip /usr/local/man/man1/pm.1
|
||||||
|
Loading…
Reference in New Issue
Block a user