Skip to content

Commit

Permalink
Use expand-full switch with pkgutil
Browse files Browse the repository at this point in the history
  • Loading branch information
marczak committed Oct 5, 2023
1 parent 126f90f commit ecc43e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Code/autopkglib/FlatPkgUnpacker.py
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ def pkgutil_expand(self):
try:
pkgutilcmd = [
"/usr/sbin/pkgutil",
"--expand",
"--expand-full",
self.source_path,
self.env["destination_path"],
]
Expand Down

0 comments on commit ecc43e1

Please sign in to comment.