]> git.sur5r.net Git - openldap/commitdiff
ITS#8169 more for prev patch
authorHoward Chu <hyc@openldap.org>
Tue, 1 Dec 2015 13:48:29 +0000 (13:48 +0000)
committerHoward Chu <hyc@openldap.org>
Tue, 1 Dec 2015 13:48:29 +0000 (13:48 +0000)
Missed the mkdir command

libraries/liblmdb/Makefile

index 0d343674e98c12f82981b37c4c2607cdb48c0551..7bc41ae49742c6bf1dbec83fac503661f608a892 100644 (file)
@@ -42,7 +42,7 @@ install: $(ILIBS) $(IPROGS) $(IHDRS)
        mkdir -p $(DESTDIR)$(prefix)/bin
        mkdir -p $(DESTDIR)$(prefix)/lib
        mkdir -p $(DESTDIR)$(prefix)/include
-       mkdir -p $(DESTDIR)$(prefix)/man/man1
+       mkdir -p $(DESTDIR)$(mandir)/man1
        for f in $(IPROGS); do cp $$f $(DESTDIR)$(prefix)/bin; done
        for f in $(ILIBS); do cp $$f $(DESTDIR)$(prefix)/lib; done
        for f in $(IHDRS); do cp $$f $(DESTDIR)$(prefix)/include; done