aboutsummaryrefslogtreecommitdiffstats
path: root/main/git/bb-tar.patch
diff options
context:
space:
mode:
authorOlliver Schinagl <oliver@schinagl.nl>2019-04-09 09:31:23 +0200
committerNatanael Copa <ncopa@alpinelinux.org>2019-04-30 11:22:12 +0000
commit0a02793adaad319cd2cd09f07b21494fec7d41ae (patch)
treee111115c62dd7312bec48f486e35bc0cdc8dea0e /main/git/bb-tar.patch
parentac9e891d5140aa50ee956065bd5794f87de99814 (diff)
downloadaports-0a02793adaad319cd2cd09f07b21494fec7d41ae.tar.bz2
aports-0a02793adaad319cd2cd09f07b21494fec7d41ae.tar.xz
main/git: Drop unneeded busybox tar support patch
Since busybox upstream commit d57d62686 ("tar: fix --numeric-owner, --no-same-owner, --no-same-permissions bits") busybox tar supports the 'o' flag, making this patch irrelevant for almost 9 years. Lets drop it as there is no use for it. Signed-off-by: Olliver Schinagl <oliver@schinagl.nl>
Diffstat (limited to 'main/git/bb-tar.patch')
-rw-r--r--main/git/bb-tar.patch8
1 files changed, 0 insertions, 8 deletions
diff --git a/main/git/bb-tar.patch b/main/git/bb-tar.patch
deleted file mode 100644
index d9433ef122..0000000000
--- a/main/git/bb-tar.patch
+++ /dev/null
@@ -1,8 +0,0 @@
---- a/templates/Makefile Mon Oct 26 02:57:33 2009
-+++ b/templates/Makefile Mon Nov 9 14:56:27 2009
-@@ -63,4 +63,4 @@
- install: all
- $(INSTALL) -d -m 755 '$(DESTDIR_SQ)$(template_instdir_SQ)'
- (cd blt && $(TAR) cf - .) | \
-- (cd '$(DESTDIR_SQ)$(template_instdir_SQ)' && umask 022 && $(TAR) xof -)
-+ (cd '$(DESTDIR_SQ)$(template_instdir_SQ)' && umask 022 && $(TAR) xf -)