summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorP. J. McDermott <pj@pehjota.net>2014-08-15 12:44:04 (EDT)
committer P. J. McDermott <pj@pehjota.net>2014-08-15 12:44:04 (EDT)
commitafa33b246c63bfec8559c6777e1fec44d4d49a75 (patch)
treec67212312fec4d5e610474708389ea381bf91dcd /Makefile.am
parent0a7848544d755468740154cbf357f2e21d204628 (diff)
Makefile.am: New "pkgdataprofiledir" variable
Diffstat (limited to 'Makefile.am')
-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" \