Skip to content
Snippets Groups Projects
Commit 64bb18e7 authored by Howard Chu's avatar Howard Chu
Browse files

There can be multiple ETCDIR instances on a line

parent ae50b178
Branches
Tags
No related merge requests found
......@@ -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)%' \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment