summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index fefa87a..8cd0169 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -55,6 +55,7 @@ do_subst = sed \
-e 's|[@]SH[@]|$(SH)|g' \
-e 's|[@]pkgdatadir[@]|$(pkgdatadir)|g' \
-e 's|[@]pkgdatacmddir[@]|$(pkgdatacmddir)|g' \
+ -e 's|[@]pkgdataprofiledir[@]|$(pkgdataprofiledir)|g' \
-e 's|[@]localedir[@]|$(localedir)|g' \
-e "s|[@]cmds[@]|$(cmds)|g" \
-e "s|[@]profiles[@]|$(profiles)|g" \