Skip to content

Commit

Permalink
Add iconimporter to tools included in admin tools pkg
Browse files Browse the repository at this point in the history
  • Loading branch information
gregneagle committed Mar 17, 2016
1 parent 6bfa71d commit a871a97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/tools/make_munki_mpkg.sh
Expand Up @@ -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
Expand Down

0 comments on commit a871a97

Please sign in to comment.