parent
9216f5fc56
commit
9fc1bf7d3c
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ stdenv.mkDerivation {
|
||||||
# MojoSetups have a ZIP file at the end. ZIP’s magic string is
|
# MojoSetups have a ZIP file at the end. ZIP’s magic string is
|
||||||
# most often PK\x03\x04. This *should* work for future updates,
|
# most often PK\x03\x04. This *should* work for future updates,
|
||||||
# but feel free to come up with something more reasonable.
|
# but feel free to come up with something more reasonable.
|
||||||
dataZipOffset=$(grep --max-count=1 --byte-offset --only-matching --text $'PK\x03\x04' $curSrc | cut -d: -f1)
|
dataZipOffset=$(grep --max-count=1 --byte-offset --only-matching --text ''$'PK\x03\x04' $curSrc | cut -d: -f1)
|
||||||
dd bs=$dataZipOffset skip=1 if=$curSrc of=data.zip 2>/dev/null
|
dd bs=$dataZipOffset skip=1 if=$curSrc of=data.zip 2>/dev/null
|
||||||
unzip -q data.zip "data/*"
|
unzip -q data.zip "data/*"
|
||||||
rm data.zip
|
rm data.zip
|
||||||
|
|
Loading…
Reference in a new issue