summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Constable <markc@renta.net>2008-02-20 15:08:31 +0100
committerDan McGee <dan@archlinux.org>2008-02-21 01:50:56 +0100
commit420c8846b984b5ca8ddd27ff7b799ec77fbbc2a4 (patch)
treed7951a5097c2bef4fa0bf50ea350c71794c744d5
parent7879e4bef7c158814a547d232f0bde8960ee1341 (diff)
downloadpacman-420c8846b984b5ca8ddd27ff7b799ec77fbbc2a4.tar.gz
pacman-420c8846b984b5ca8ddd27ff7b799ec77fbbc2a4.tar.xz
Fix two missing BUILDSCRIPT variables in makepkg.
Signed-off-by: Chantry Xavier <shiningxc@gmail.com>
-rw-r--r--scripts/makepkg.sh.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/makepkg.sh.in b/scripts/makepkg.sh.in
index ed4794f0..598e6879 100644
--- a/scripts/makepkg.sh.in
+++ b/scripts/makepkg.sh.in
@@ -939,8 +939,8 @@ create_xdelta() {
create_srcpackage() {
cd "$startdir"
msg "$(gettext "Creating source package...")"
- local comp_files="PKGBUILD"
- msg2 "$(gettext "Adding %s...")" "PKGBUILD"
+ local comp_files="$BUILDSCRIPT"
+ msg2 "$(gettext "Adding %s...")" "$BUILDSCRIPT"
if [ "$install" != "" ]; then
if [ -f $install ]; then