summaryrefslogtreecommitdiffstats
path: root/scripts/Makefile.am
diff options
context:
space:
mode:
authorDan McGee <dan@archlinux.org>2011-08-28 23:51:05 -0500
committerDan McGee <dan@archlinux.org>2011-08-28 23:51:05 -0500
commitf46db04f98cb63b48208026865943e42e7ece2f4 (patch)
tree80adb418defb5fbd6a6c4faecb4387c88acbe777 /scripts/Makefile.am
parent8973875a1fc52ec35c255afd34c9cd7d5c285caa (diff)
parent12a6c77fdd0c465761f4f9518eff0eeeda668d20 (diff)
downloadpacman-f46db04f98cb63b48208026865943e42e7ece2f4.tar.xz
Merge branch 'allan/pacman-key'
Diffstat (limited to 'scripts/Makefile.am')
-rw-r--r--scripts/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/Makefile.am b/scripts/Makefile.am
index 802b8f4e..52a784ab 100644
--- a/scripts/Makefile.am
+++ b/scripts/Makefile.am
@@ -44,6 +44,7 @@ edit = sed \
-e 's|@localedir[@]|$(localedir)|g' \
-e 's|@sysconfdir[@]|$(sysconfdir)|g' \
-e 's|@localstatedir[@]|$(localstatedir)|g' \
+ -e 's|@pkgdatadir[@]|$(pkgdatadir)|g' \
-e 's|@prefix[@]|$(prefix)|g' \
-e '1s|!/bin/bash|!$(BASH_SHELL)|g' \
-e 's|@PACKAGE_VERSION[@]|$(REAL_PACKAGE_VERSION)|g' \