]> git.sur5r.net Git - openldap/commitdiff
There can be multiple ETCDIR instances on a line
authorHoward Chu <hyc@openldap.org>
Fri, 9 Nov 2007 03:55:50 +0000 (03:55 +0000)
committerHoward Chu <hyc@openldap.org>
Fri, 9 Nov 2007 03:55:50 +0000 (03:55 +0000)
build/man.mk

index 12041a51945cf750a4dffde049aca0451012a617..2e0592da3f4bcb63581c370e7cc6a68d35e9f7cf 100644 (file)
@@ -23,7 +23,7 @@ all-common:
        PAGES=`cd $(srcdir); echo *.$(MANSECT)`; \
        for page in $$PAGES; do \
                $(SED) -e "s%LDVERSION%$(VERSION)%" \
-                       -e 's%ETCDIR%$(sysconfdir)%' \
+                       -e 's%ETCDIR%$(sysconfdir)%g' \
                        -e 's%LOCALSTATEDIR%$(localstatedir)%' \
                        -e 's%SYSCONFDIR%$(sysconfdir)%' \
                        -e 's%DATADIR%$(datadir)%' \