summaryrefslogtreecommitdiffstats
path: root/scripts/Makefile.am
diff options
context:
space:
mode:
authorDan McGee <dan@archlinux.org>2007-06-04 23:35:31 +0200
committerDan McGee <dan@archlinux.org>2007-06-04 23:35:31 +0200
commit1698022beafffcb54b15a6e7a4773e1801a432b5 (patch)
tree7f066a16ab8436556274882bf78782bd9fef6bd0 /scripts/Makefile.am
parentd9ff7bbcd2eef852f18ad65d79aa6b6f7c58535c (diff)
downloadpacman-1698022beafffcb54b15a6e7a4773e1801a432b5.tar.gz
pacman-1698022beafffcb54b15a6e7a4773e1801a432b5.tar.xz
Fix pacman-optimize autoconf paths
Signed-off-by: Dan McGee <dan@archlinux.org>
Diffstat (limited to 'scripts/Makefile.am')
-rw-r--r--scripts/Makefile.am4
1 files changed, 1 insertions, 3 deletions
diff --git a/scripts/Makefile.am b/scripts/Makefile.am
index 20aa209b..1d711b84 100644
--- a/scripts/Makefile.am
+++ b/scripts/Makefile.am
@@ -33,12 +33,10 @@ MOSTLYCLEANFILES = $(bin_SCRIPTS) *.tmp
edit = sed \
-e 's|@localedir[@]|$(localedir)|g' \
-e 's|@sysconfdir[@]|$(sysconfdir)|g' \
+ -e 's|@localstatedir[@]|$(localstatedir)|g' \
-e 's|@prefix[@]|$(prefix)|g' \
-e 's|@PACKAGE_VERSION[@]|$(PACKAGE_VERSION)|g' \
-e 's|@PACKAGE_NAME[@]|$(PACKAGE_NAME)|g' \
- -e 's|@ROOTDIR[@]|$(ROOTDIR)|g' \
- -e 's|@DBPATH[@]|$(DBPATH)|g' \
- -e 's|@LOCKFILE[@]|$(LOCKFILE)|g' \
-e 's|@configure_input[@]|Generated from $@.in; do not edit by hand.|g'
## All the scripts depend on Makefile so that they are rebuilt when the