summaryrefslogtreecommitdiffstats
path: root/scripts/Makefile.am
diff options
context:
space:
mode:
authorDan McGee <dan@archlinux.org>2008-01-06 05:00:21 +0100
committerDan McGee <dan@archlinux.org>2008-01-06 16:44:28 +0100
commite0e33c329ff249d7862a0e7ec508794faa98efd8 (patch)
treea8858d1d624528010c576f2f9693ed937b328e78 /scripts/Makefile.am
parenta71f4c4c6a7775503b29ab856f8a5ce2801f2967 (diff)
downloadpacman-e0e33c329ff249d7862a0e7ec508794faa98efd8.tar.gz
pacman-e0e33c329ff249d7862a0e7ec508794faa98efd8.tar.xz
Remove hardcoded DBEXT value from script
Signed-off-by: Dan McGee <dan@archlinux.org>
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 175ddd17..2d682efe 100644
--- a/scripts/Makefile.am
+++ b/scripts/Makefile.am
@@ -33,6 +33,7 @@ edit = sed \
-e 's|@PACKAGE_VERSION[@]|$(PACKAGE_VERSION)|g' \
-e 's|@PACKAGE_BUGREPORT[@]|$(PACKAGE_BUGREPORT)|g' \
-e 's|@PACKAGE_NAME[@]|$(PACKAGE_NAME)|g' \
+ -e 's|@DBEXT[@]|$(DBEXT)|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