Fixed call to copyAppFromDMG() to revert to original behavior.

git-svn-id: http://munki.googlecode.com/svn/trunk@605 a4e17f2e-e282-11dd-95e1-755cbddbdd66
This commit is contained in:
Greg Neagle
2010-07-27 16:06:34 +00:00
parent 5bfe5efbe6
commit 4ca006dc99
+1 -2
View File
@@ -496,8 +496,7 @@ def installWithInfo(dirpath, installlist):
elif installer_type == "copy_from_dmg":
retcode = copyFromDMG(itempath, item.get('items_to_copy'))
elif installer_type == "appdmg":
retcode = copyAppFromDMG(itempath,
item.get('installer_options',{}))
retcode = copyAppFromDMG(itempath)
elif installer_type != "":
# we've encountered an installer type
# we don't know how to handle