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:
parent
7879e4bef7
commit
420c8846b9
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user