Update make_munki_mpkg_DEP.sh to add removepackages tool to core pkg

This commit is contained in:
Greg Neagle
2017-01-11 16:38:35 -08:00
parent 1de360ec37
commit 117df2e837

View File

@@ -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