From 737a022a3cfa768f00639f4c6bdcd493c6f6481d Mon Sep 17 00:00:00 2001 From: Rob Middleton Date: Tue, 30 Aug 2011 15:17:34 +1000 Subject: [PATCH] add ptyexec to our built packages --- 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 73b52267..1a153b04 100755 --- a/code/tools/make_munki_mpkg.sh +++ b/code/tools/make_munki_mpkg.sh @@ -298,7 +298,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 +for TOOL in launchapp logouthelper managedsoftwareupdate supervisor ptyexec do cp -X "$MUNKIROOT/code/client/$TOOL" "$COREROOT/usr/local/munki/" 2>&1 done