1
0
mirror of https://github.com/moparisthebest/pacman synced 2024-12-22 15:58:50 -05:00

Fix two missing BUILDSCRIPT variables in makepkg.

Signed-off-by: Chantry Xavier <shiningxc@gmail.com>
This commit is contained in:
Mark Constable 2008-02-20 15:08:31 +01:00 committed by Dan McGee
parent 7879e4bef7
commit 420c8846b9

View File

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