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>
This commit is contained in:
Allan McRae 2015-08-08 13:42:07 +10:00
parent ec50ec8a15
commit 1586b23080
2 changed files with 1 additions and 1 deletions

View File

@ -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 = \