diff options
Diffstat (limited to 'xibuild/build_package.sh')
-rwxr-xr-x | xibuild/build_package.sh | 4 |
1 files changed, 2 insertions, 2 deletions
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 |