Fix two missing BUILDSCRIPT variables in makepkg.
Signed-off-by: Chantry Xavier <shiningxc@gmail.com>
This commit is contained in:
parent
7879e4bef7
commit
420c8846b9
1 changed files with 2 additions and 2 deletions
|
@ -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…
Add table
Reference in a new issue