Fix missing super
.
This commit is contained in:
parent
7ad999f5f8
commit
17c2e2c00c
@ -199,7 +199,7 @@ class XzUnpackStrategy < UnpackStrategy
|
||||
private
|
||||
|
||||
def extract_to_dir(unpack_dir, basename:)
|
||||
super
|
||||
FileUtils.cp path, unpack_dir/basename, preserve: true
|
||||
safe_system Formula["xz"].opt_bin/"unxz", "-q", "-T0", unpack_dir/basename
|
||||
extract_nested_tar(unpack_dir)
|
||||
end
|
||||
|
Loading…
x
Reference in New Issue
Block a user