Makefile: Create install directories.
Sometimes these directories may not exist.
This commit is contained in:
parent
3157d98ea1
commit
ccccacd88d
2
Makefile
2
Makefile
@ -53,5 +53,7 @@ distclean: clean
|
|||||||
$(RM) menu-helper
|
$(RM) menu-helper
|
||||||
|
|
||||||
install: menu-helper menu-helper.1.gz
|
install: menu-helper menu-helper.1.gz
|
||||||
|
install -d $(PREFIX)/bin
|
||||||
install -m 755 menu-helper $(PREFIX)/bin/
|
install -m 755 menu-helper $(PREFIX)/bin/
|
||||||
|
install -d $(PREFIX)/share/man/man1
|
||||||
install -m 644 menu-helper.1.gz $(PREFIX)/share/man/man1/
|
install -m 644 menu-helper.1.gz $(PREFIX)/share/man/man1/
|
||||||
|
Loading…
Reference in New Issue
Block a user