mirror of
https://github.com/jarun/nnn.git
synced 2025-04-15 09:56:32 +00:00
Ensure manprefix exists
This commit is contained in:
parent
9a14dcd8d2
commit
cae14a8208
1 changed files with 1 additions and 0 deletions
1
Makefile
1
Makefile
|
@ -19,6 +19,7 @@ strlcpy.o: util.h
|
|||
install: all
|
||||
mkdir -p $(DESTDIR)$(PREFIX)/bin
|
||||
cp -f $(BIN) $(DESTDIR)$(PREFIX)/bin
|
||||
mkdir -p $(DESTDIR)$(MANPREFIX)/man1
|
||||
cp -f $(BIN).1 $(DESTDIR)$(MANPREFIX)/man1
|
||||
|
||||
uninstall:
|
||||
|
|
Loading…
Add table
Reference in a new issue