mirror of
https://github.com/moparisthebest/pacman
synced 2024-12-23 00:08: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() {
|
create_srcpackage() {
|
||||||
cd "$startdir"
|
cd "$startdir"
|
||||||
msg "$(gettext "Creating source package...")"
|
msg "$(gettext "Creating source package...")"
|
||||||
local comp_files="PKGBUILD"
|
local comp_files="$BUILDSCRIPT"
|
||||||
msg2 "$(gettext "Adding %s...")" "PKGBUILD"
|
msg2 "$(gettext "Adding %s...")" "$BUILDSCRIPT"
|
||||||
|
|
||||||
if [ "$install" != "" ]; then
|
if [ "$install" != "" ]; then
|
||||||
if [ -f $install ]; then
|
if [ -f $install ]; then
|
||||||
|
Loading…
Reference in New Issue
Block a user