]> Sergey Matveev's repositories - nnn.git/commitdiff
Ensure manprefix exists
authorsin <sin@2f30.org>
Mon, 27 Oct 2014 13:56:33 +0000 (13:56 +0000)
committersin <sin@2f30.org>
Mon, 27 Oct 2014 13:56:33 +0000 (13:56 +0000)
Makefile

index bee31efa3621ce05fc83e6f5fd9054a3b4cddd13..85c46314e9d58a586ffe12f66a659726aa076b97 100644 (file)
--- a/Makefile
+++ b/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: