From 5c1357769f0f2f015286066d22900ce574647967 Mon Sep 17 00:00:00 2001 From: Chris Hanson Date: Sun, 26 Jun 2011 20:05:24 -0700 Subject: [PATCH] Move any old .app file out of the way. --- dist/make-macosx-app | 1 + 1 file changed, 1 insertion(+) 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 -- 2.25.1