summaryrefslogtreecommitdiffstats
path: root/etc/Makefile.am
diff options
context:
space:
mode:
authorDan McGee <dan@archlinux.org>2007-05-31 05:33:39 +0200
committerDan McGee <dan@archlinux.org>2007-05-31 05:33:39 +0200
commitca05e942f2b6c04842be8509d27005b55ff9cf2b (patch)
tree4bdad2d3d55b017dfd9f4700535b5b086537534e /etc/Makefile.am
parent3e05e187074cecde4423f27dbfae3bf99bf29d20 (diff)
downloadpacman-ca05e942f2b6c04842be8509d27005b55ff9cf2b.tar.gz
pacman-ca05e942f2b6c04842be8509d27005b55ff9cf2b.tar.xz
Use @sysconfdir@ in etc/ configuration files
Signed-off-by: Dan McGee <dan@archlinux.org>
Diffstat (limited to 'etc/Makefile.am')
-rw-r--r--etc/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/etc/Makefile.am b/etc/Makefile.am
index 2bd7cc12..135eae6f 100644
--- a/etc/Makefile.am
+++ b/etc/Makefile.am
@@ -8,6 +8,8 @@ MOSTLYCLEANFILES = $(dist_sysconf_DATA)
#### Taken from the autoconf scripts Makefile.am ####
edit = sed \
+ -e 's|@sysconfdir[@]|$(sysconfdir)|g' \
+ -e 's|@prefix[@]|$(prefix)|g' \
-e 's|@PACKAGE_VERSION[@]|$(PACKAGE_VERSION)|g' \
-e 's|@PACKAGE_NAME[@]|$(PACKAGE_NAME)|g' \
-e 's|@PKGEXT[@]|$(PKGEXT)|g' \