diff --git a/build-package.sh b/build-package.sh index ceefac9..0a2dbca 100755 --- a/build-package.sh +++ b/build-package.sh @@ -31,7 +31,7 @@ if [ -n "$PKGFILE" ]; then fi # --- Run the build --- -bash build.sh all +/usr/dbpware/bin/bash build.sh all EXIT_CODE=$? # --- Find logfile ---