diff options
| -rw-r--r-- | scripts/makepkg.sh.in | 4 | 
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 | 
