summaryrefslogtreecommitdiffstats
path: root/scripts/Makefile.am
diff options
context:
space:
mode:
authorAllan McRae <allan@archlinux.org>2012-09-29 08:17:12 +0200
committerAllan McRae <allan@archlinux.org>2012-11-27 06:16:15 +0100
commit13667fd4b132c655e300535e787ebcf9cbc29cd7 (patch)
tree307a6b2bd6c21a374abe6219232ce8cf41a870cd /scripts/Makefile.am
parent7e8d9dfda2e80529b58cb345d359f805149fb68d (diff)
downloadpacman-13667fd4b132c655e300535e787ebcf9cbc29cd7.tar.gz
pacman-13667fd4b132c655e300535e787ebcf9cbc29cd7.tar.xz
makepkg: allow debug package suffix to be configurable
Signed-off-by: Allan McRae <allan@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 29c81aa5..2bd64118 100644
--- a/scripts/Makefile.am
+++ b/scripts/Makefile.am
@@ -53,6 +53,7 @@ edit = sed \
-e 's|@PACKAGE_BUGREPORT[@]|$(PACKAGE_BUGREPORT)|g' \
-e 's|@PACKAGE_NAME[@]|$(PACKAGE_NAME)|g' \
-e 's|@BUILDSCRIPT[@]|$(BUILDSCRIPT)|g' \
+ -e 's|@DEBUGSUFFIX[@]|$(DEBUGSUFFIX)|g' \
-e "s|@INODECMD[@]|$(INODECMD)|g" \
-e 's|@SIZECMD[@]|$(SIZECMD)|g' \
-e 's|@SEDINPLACE[@]|$(SEDINPLACE)|g' \