From d02eb2a9c3cf5420d60aa6f5af42dbd296da1790 Mon Sep 17 00:00:00 2001 From: Samuel Keeley Date: Thu, 6 Aug 2015 10:10:54 -0700 Subject: [PATCH] Don't make Utilities folder --- code/tools/make_munki_mpkg.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/code/tools/make_munki_mpkg.sh b/code/tools/make_munki_mpkg.sh index ccf0f1dc..d2c9c863 100755 --- a/code/tools/make_munki_mpkg.sh +++ b/code/tools/make_munki_mpkg.sh @@ -368,7 +368,6 @@ echo "Creating applications package template..." # Create directory structure. APPROOT="$PKGTMP/munki_app" mkdir -m 1775 "$APPROOT" -mkdir -p "$APPROOT/Applications/Utilities" chmod -R 775 "$APPROOT/Applications" # Copy Managed Software Center application. cp -R "$MSCAPP" "$APPROOT/Applications/"