summaryrefslogtreecommitdiff
path: root/misc/dpkg/patches/patch-ac
diff options
context:
space:
mode:
Diffstat (limited to 'misc/dpkg/patches/patch-ac')
-rw-r--r--misc/dpkg/patches/patch-ac13
1 files changed, 0 insertions, 13 deletions
diff --git a/misc/dpkg/patches/patch-ac b/misc/dpkg/patches/patch-ac
deleted file mode 100644
index ccf795eee35..00000000000
--- a/misc/dpkg/patches/patch-ac
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-ac,v 1.1.1.1 2004/10/29 17:26:18 erh Exp $
-
---- dpkg-deb/build.c.orig 2003-06-29 12:59:36.000000000 +0200
-+++ dpkg-deb/build.c 2003-06-29 13:01:34.000000000 +0200
-@@ -445,7 +445,7 @@
- m_dup2(p1[0],0); close(p1[0]); close(p1[1]);
- m_dup2(p2[1],1); close(p2[0]); close(p2[1]);
- if (chdir(directory)) ohshite(_("failed to chdir to `%.255s'"),directory);
-- execlp(TAR,"tar","-cf", "-", "-T", "-", "--null", "--no-recursion", (char*)0);
-+ execlp(TAR,"tar","-cf", "-", "-T", "-", (char*)0);
- ohshite(_("failed to exec tar -cf"));
- }
- close(p1[0]);