summaryrefslogtreecommitdiffstats
path: root/patches/0001-ob-buildopk-touch-after-gzip-not-before.patch
diff options
context:
space:
mode:
authorPatrick McDermott <patrick.mcdermott@libiquity.com>2021-01-02 21:11:18 (EST)
committer Patrick McDermott <patrick.mcdermott@libiquity.com>2021-01-02 21:11:18 (EST)
commit3547f4ccb3e84eb4a6f165ec7daf894c4b348236 (patch)
tree7b53e4a48768fa215f9fbaeb665680d1a145be74 /patches/0001-ob-buildopk-touch-after-gzip-not-before.patch
parent687b1836385061906ba1cde4409d3161d0ff62eb (diff)
patches: Drop patches from upstream
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
-