X-Git-Url: https://git.madduck.net/code/mbuild.git/blobdiff_plain/9403b805df693f128340ebabfd49c943f84e7dbd..c574dadaa5a6754979188bbed83eb734c6c62d49:/mbuild.sh diff --git a/mbuild.sh b/mbuild.sh index fab50d2..99ffb2a 100755 --- a/mbuild.sh +++ b/mbuild.sh @@ -90,7 +90,7 @@ BUILD_PREFIX="${packagenameversion}_${arch}.${DATESTR}" mv current "${BUILD_PREFIX}".buildlog rm -f current-* -bundle="${BUNDLE_DIR}/${BUILD_PREFIX}".bundle.tar" +bundle="${BUNDLE_DIR}/${BUILD_PREFIX}".bundle.tar tar -chf "$bundle" * rm -r "$BUILDDIR"