From 1586b23080f77abf2ffd8c42027dbf8180126cdd Mon Sep 17 00:00:00 2001 From: Allan McRae Date: Sat, 8 Aug 2015 13:42:07 +1000 Subject: [PATCH] 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 --- scripts/Makefile.am | 2 +- scripts/libmakepkg/util/{pkgbuild.sh => pkgbuild.sh.in} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename scripts/libmakepkg/util/{pkgbuild.sh => pkgbuild.sh.in} (100%) 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 similarity index 100% rename from scripts/libmakepkg/util/pkgbuild.sh rename to scripts/libmakepkg/util/pkgbuild.sh.in