From a871a97c8028faa4011be82859ef8e83be8b04e0 Mon Sep 17 00:00:00 2001 From: Greg Neagle Date: Wed, 16 Mar 2016 21:29:14 -0700 Subject: [PATCH] Add iconimporter to tools included in admin tools pkg --- code/tools/make_munki_mpkg.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/tools/make_munki_mpkg.sh b/code/tools/make_munki_mpkg.sh index 8c13716f6..38f47eecd 100755 --- a/code/tools/make_munki_mpkg.sh +++ b/code/tools/make_munki_mpkg.sh @@ -344,7 +344,7 @@ mkdir -p "$ADMINROOT/usr/local/munki" chmod -R 755 "$ADMINROOT/usr" # Copy command line admin utilities. # edit this if list of tools changes! -for TOOL in makecatalogs makepkginfo manifestutil munkiimport +for TOOL in makecatalogs makepkginfo manifestutil munkiimport iconimporter do cp -X "$MUNKIROOT/code/client/$TOOL" "$ADMINROOT/usr/local/munki/" 2>&1 done