mirror of
https://github.com/munki/munki.git
synced 2026-04-21 03:58:20 -05:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user