mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-20 22:59:34 -05:00
There can be multiple ETCDIR instances on a line
This commit is contained in:
parent
488af9daa2
commit
9556aecdce
1 changed files with 1 additions and 1 deletions
|
|
@ -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)%' \
|
||||
|
|
|
|||
Loading…
Reference in a new issue