diff options
author | Allan McRae <allan@archlinux.org> | 2015-08-08 13:42:07 +1000 |
---|---|---|
committer | Allan McRae <allan@archlinux.org> | 2015-09-07 11:21:59 +1000 |
commit | 1586b23080f77abf2ffd8c42027dbf8180126cdd (patch) | |
tree | d3620aec5a525517a5b51437fa8d3de3a2c047c4 | |
parent | ec50ec8a1587613a1f602c2e67c4cab33ac3115d (diff) |
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>
-rw-r--r-- | scripts/Makefile.am | 2 | ||||
-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 |