diff options
author | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2019-03-07 01:44:42 +0000 |
---|---|---|
committer | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2019-03-07 01:44:42 +0000 |
commit | 6f60a5f69b99dd845c689119f7d0f519a043dff2 (patch) | |
tree | e475b7ed6a295073157b6a59ea37dfa12b51f2ea /system/abuild/use-pigz.patch | |
parent | 5dba7907e14196aa368b0d84d3a2df7a0fd55123 (diff) | |
download | packages-6f60a5f69b99dd845c689119f7d0f519a043dff2.tar.gz packages-6f60a5f69b99dd845c689119f7d0f519a043dff2.tar.bz2 packages-6f60a5f69b99dd845c689119f7d0f519a043dff2.tar.xz packages-6f60a5f69b99dd845c689119f7d0f519a043dff2.zip |
system/abuild: bump to 3.3.1
Diffstat (limited to 'system/abuild/use-pigz.patch')
-rw-r--r-- | system/abuild/use-pigz.patch | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/system/abuild/use-pigz.patch b/system/abuild/use-pigz.patch deleted file mode 100644 index a917c8f81..000000000 --- a/system/abuild/use-pigz.patch +++ /dev/null @@ -1,19 +0,0 @@ ---- abuild-3.2.0_rc1+adelie/abuild.in.old 2018-05-20 03:17:19.884154704 +0000 -+++ abuild-3.2.0_rc1+adelie/abuild.in 2018-08-31 17:42:34.900000000 +0000 -@@ -1466,6 +1466,7 @@ - local datadir="$pkgbasedir"/$name - local subpkgname=$name - local subpkgarch=$(pkginfo_val arch $file) -+ local _mygzip=$(command -v pigz gzip | head -1) - - trace_apk_deps "$name" "$dir" "$subpkgarch" || return 1 - msg "Package size: ${size}" -@@ -1478,7 +1479,7 @@ - touch .dummy - set -- .dummy - fi -- tar --format pax --xattrs -f - -c "$@" | abuild-tar --hash | gzip -9 >"$dir"/data.tar.gz -+ tar --format pax --xattrs -f - -c "$@" | abuild-tar --hash | $_mygzip -9 >"$dir"/data.tar.gz - - msg "Create checksum..." - # append the hash for data.tar.gz |