From 117df2e837467ff516bba6200e86aae5b7ae1096 Mon Sep 17 00:00:00 2001 From: Greg Neagle Date: Wed, 11 Jan 2017 16:38:35 -0800 Subject: [PATCH] Update make_munki_mpkg_DEP.sh to add removepackages tool to core pkg --- code/tools/make_munki_mpkg_DEP.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/tools/make_munki_mpkg_DEP.sh b/code/tools/make_munki_mpkg_DEP.sh index ab63038d..071173a5 100755 --- a/code/tools/make_munki_mpkg_DEP.sh +++ b/code/tools/make_munki_mpkg_DEP.sh @@ -287,7 +287,7 @@ mkdir -p "$COREROOT/usr/local/munki/munkilib" chmod -R 755 "$COREROOT/usr" # Copy command line utilities. # edit this if list of tools changes! -for TOOL in launchapp logouthelper managedsoftwareupdate supervisor ptyexec +for TOOL in launchapp logouthelper managedsoftwareupdate supervisor ptyexec removepackages do cp -X "$MUNKIROOT/code/client/$TOOL" "$COREROOT/usr/local/munki/" 2>&1 done