summaryrefslogtreecommitdiff
path: root/misc/dpkg/patches/patch-ac
blob: ccf795eee359753587a6b28c49b3ab81f224ed66 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$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]);