summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-arch/gzip/files')
-rw-r--r--app-arch/gzip/files/digest-gzip-1.3.83
-rw-r--r--app-arch/gzip/files/gzip-1.3.8-install-symlinks.patch11
2 files changed, 14 insertions, 0 deletions
diff --git a/app-arch/gzip/files/digest-gzip-1.3.8 b/app-arch/gzip/files/digest-gzip-1.3.8
new file mode 100644
index 000000000000..d1baaf59f108
--- /dev/null
+++ b/app-arch/gzip/files/digest-gzip-1.3.8
@@ -0,0 +1,3 @@
+MD5 116774b594a6d5e07fc9999f5f42ecb0 gzip-1.3.8.tar.gz 544865
+RMD160 42162c6f5a9a03e7a9ac81ad04bb32a15695861c gzip-1.3.8.tar.gz 544865
+SHA256 45bab5af629eafb45039a2a70792c4a30baee23926e36b0f5a0349806d43e089 gzip-1.3.8.tar.gz 544865
diff --git a/app-arch/gzip/files/gzip-1.3.8-install-symlinks.patch b/app-arch/gzip/files/gzip-1.3.8-install-symlinks.patch
new file mode 100644
index 000000000000..8d92b609b5dd
--- /dev/null
+++ b/app-arch/gzip/files/gzip-1.3.8-install-symlinks.patch
@@ -0,0 +1,11 @@
+--- Makefile.in
++++ Makefile.in
+@@ -926,7 +926,7 @@
+ rm -f "$$dest" && \
+ case $@ in \
+ install-exec-hook) \
+- ln "$$source" "$$dest" || $(LN_S) "$$source" "$$dest";; \
++ $(LN_S) "$$source" "$$dest";; \
+ esac \
+ ) || exit; \
+ done; \