From 1edf198072c1b3c649565d4ac002cbf08744a192 Mon Sep 17 00:00:00 2001 From: davidovski Date: Sun, 13 Feb 2022 11:52:07 +0000 Subject: fixed calling build from the makefile --- xibuild/build_package.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'xibuild') diff --git a/xibuild/build_package.sh b/xibuild/build_package.sh index 9b8628e..ddbc348 100755 --- a/xibuild/build_package.sh +++ b/xibuild/build_package.sh @@ -193,7 +193,7 @@ package_dest () { # build the package # -build () { +build_pkg () { local log_file="$XIB_EXPORT/repo/$REPO/$NAME.log" printf "${BLUE}${TABCHAR}prepare " @@ -231,5 +231,5 @@ build () { # import all of the functions and constants in the build file, so we know what to do source $BUILDFILE -package_exists || build +package_exists || build_pkg -- cgit v1.2.1