summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorAllan McRae <allan@archlinux.org>2015-08-08 05:42:07 +0200
committerAllan McRae <allan@archlinux.org>2015-09-07 03:21:59 +0200
commit1586b23080f77abf2ffd8c42027dbf8180126cdd (patch)
treed3620aec5a525517a5b51437fa8d3de3a2c047c4 /scripts
parentec50ec8a1587613a1f602c2e67c4cab33ac3115d (diff)
downloadpacman-1586b23080f77abf2ffd8c42027dbf8180126cdd.tar.gz
pacman-1586b23080f77abf2ffd8c42027dbf8180126cdd.tar.xz
libmakepkg: util/pkgbuild.sh needs processing on build
pkgbuild.sh contained @DEBUGSUFFIX@ and so needs to be run through the sed command on build. Signed-off-by: Allan McRae <allan@archlinux.org>
Diffstat (limited to 'scripts')
-rw-r--r--scripts/Makefile.am2
-rw-r--r--scripts/libmakepkg/util/pkgbuild.sh.in (renamed from scripts/libmakepkg/util/pkgbuild.sh)0
2 files changed, 1 insertions, 1 deletions
diff --git a/scripts/Makefile.am b/scripts/Makefile.am
index 907dc4fa..58c7f731 100644
--- a/scripts/Makefile.am
+++ b/scripts/Makefile.am
@@ -50,7 +50,6 @@ LIBMAKEPKGDIRS = \
LIBMAKEPKG = \
libmakepkg/util/message.sh \
libmakepkg/util/option.sh \
- libmakepkg/util/pkgbuild.sh \
libmakepkg/util/util.sh
LIBMAKEPKG_IN = \
@@ -92,6 +91,7 @@ LIBMAKEPKG_IN = \
libmakepkg/tidy/upx.sh \
libmakepkg/tidy/zipman.sh \
libmakepkg/util.sh \
+ libmakepkg/util/pkgbuild.sh \
libmakepkg/util/source.sh
LIBMAKEPKG_DIST = \
diff --git a/scripts/libmakepkg/util/pkgbuild.sh b/scripts/libmakepkg/util/pkgbuild.sh.in
index 2423a83d..2423a83d 100644
--- a/scripts/libmakepkg/util/pkgbuild.sh
+++ b/scripts/libmakepkg/util/pkgbuild.sh.in