summaryrefslogtreecommitdiffstats
path: root/patches/0001-ob-buildopk-touch-after-gzip-not-before.patch
diff options
context:
space:
mode:
Diffstat (limited to 'patches/0001-ob-buildopk-touch-after-gzip-not-before.patch')
-rw-r--r--patches/0001-ob-buildopk-touch-after-gzip-not-before.patch26
1 files changed, 0 insertions, 26 deletions
diff --git a/patches/0001-ob-buildopk-touch-after-gzip-not-before.patch b/patches/0001-ob-buildopk-touch-after-gzip-not-before.patch
deleted file mode 100644
index d5c44ff..0000000
--- a/patches/0001-ob-buildopk-touch-after-gzip-not-before.patch
+++ /dev/null
@@ -1,26 +0,0 @@
-From e39a6e99302e8a780ca9867f92713e3fdfc518fc Mon Sep 17 00:00:00 2001
-From: Patrick McDermott <patrick.mcdermott@libiquity.com>
-Date: Wed, 9 Dec 2020 09:40:50 -0500
-Subject: [PATCH] ob-buildopk: touch after gzip, not before
-
----
- src/ob-buildopk.sh | 1 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/src/ob-buildopk.sh b/src/ob-buildopk.sh
-index 11c4434..dc88758 100644
---- a/src/ob-buildopk.sh
-+++ b/src/ob-buildopk.sh
-@@ -87,8 +87,8 @@ build_opk()
- ${TAR} -cf '../control.tar' --no-recursion -T -)
- (cd -- "${binary}.data" && find '.' | LC_ALL=C sort ${sort_r} | \
- ${TAR} -cf '../data.tar' --no-recursion -T -)
-- ${TOUCH} -t "${date}" 'control.tar' 'data.tar'
- ${GZIP} 'control.tar' 'data.tar'
-+ ${TOUCH} -t "${date}" 'control.tar.gz' 'data.tar.gz'
-
- ${TAR} -cf "../../${binary_qual}_${version}_${arch}_${plat}.tar" \
- 'debian-binary' 'control.tar.gz' 'data.tar.gz'
---
-2.11.0
-