diff options
author | Allan McRae <allan@archlinux.org> | 2012-09-29 08:17:12 +0200 |
---|---|---|
committer | Allan McRae <allan@archlinux.org> | 2012-11-27 06:16:15 +0100 |
commit | 13667fd4b132c655e300535e787ebcf9cbc29cd7 (patch) | |
tree | 307a6b2bd6c21a374abe6219232ce8cf41a870cd /scripts/Makefile.am | |
parent | 7e8d9dfda2e80529b58cb345d359f805149fb68d (diff) | |
download | pacman-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.am | 1 |
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' \ |