]> git.ipfire.org Git - thirdparty/openldap.git/commitdiff
ITS#9644 - Fix ppm module man page name and installation target
authorQuanah Gibson-Mount <quanah@openldap.org>
Tue, 14 Sep 2021 19:24:11 +0000 (19:24 +0000)
committerQuanah Gibson-Mount <quanah@openldap.org>
Wed, 15 Sep 2021 01:06:13 +0000 (01:06 +0000)
contrib/slapd-modules/ppm/Makefile
contrib/slapd-modules/ppm/slapm-ppm.5 [moved from contrib/slapd-modules/ppm/ppm.5 with 100% similarity]

index fd21596ed4de9142d01adf505fa3264da41e460c..7b6efaddd5a1fb97458af18af30ea13bb7d506ef 100644 (file)
@@ -59,7 +59,7 @@ TEST=ppm_test
 EXAMPLE=ppm.example
 TESTS=./unit_tests.sh
 
-MANDOC=ppm.5
+MANDOC=slapm-ppm.5
 MDDOC=ppm.md
 
 all:   ppm $(TEST)
@@ -79,7 +79,7 @@ install: ppm
                $(LIBTOOL) --mode=install cp $$p $(DESTDIR)/$(moduledir) ; \
        done
        $(INSTALL) -m 644 $(EXAMPLE) $(DESTDIR)$(sysconfdir)/
-       $(INSTALL) -m 644 $(MANDOC) $(man5dir)/
+       $(INSTALL) -m 644 $(MANDOC) $(DESTDIR)$(man5dir)/
 #      $(INSTALL) -m 755 $(TEST) $(libdir)
 
 .PHONY: clean