Makefile: create parent directories if not exists.
Signed-off-by: Nicolas A. Ortega Froysa <nicolas.ortega@babelgroup.com>
This commit is contained in:
parent
d692d4aa59
commit
e18136e43c
2
Makefile
2
Makefile
@ -37,5 +37,7 @@ clean:
|
||||
$(RM) pacundo.1.gz
|
||||
|
||||
install: pacundo pacundo.1.gz
|
||||
install -d $(PREFIX)/bin
|
||||
install -m 755 pacundo $(PREFIX)/bin/
|
||||
install -d $(PREFIX)/share/man/man1
|
||||
install -m 644 pacundo.1.gz $(PREFIX)/share/man/man1/
|
||||
|
Loading…
x
Reference in New Issue
Block a user