From: Chris Hanson Date: Mon, 27 Jun 2011 03:05:24 +0000 (-0700) Subject: Move any old .app file out of the way. X-Git-Tag: release-9.1.0~4 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=5c1357769f0f2f015286066d22900ce574647967;p=mit-scheme.git Move any old .app file out of the way. --- diff --git a/dist/make-macosx-app b/dist/make-macosx-app index f8ee6640e..c84993c41 100755 --- a/dist/make-macosx-app +++ b/dist/make-macosx-app @@ -61,4 +61,5 @@ run_command "${OUT}"-compile "${DIST_DIR}"/src compile "${@}" notify "Building application bundle" run_command "${OUT}"-buildapp "${DIST_DIR}"/src etc/macosx/make-app.sh +my_rm_rf "${ARCH_BASE}".app my_mv "${DIST_DIR}"/src/mit-scheme.app "${ARCH_BASE}".app