16 lines
381 B
Plaintext
16 lines
381 B
Plaintext
$NetBSD: patch-aa,v 1.4 2013/06/14 11:15:16 obache Exp $
|
|
|
|
* GNU tar is expected as tar.
|
|
|
|
--- lib/dpkg/dpkg.h.orig 2013-03-08 16:45:46.000000000 +0000
|
|
+++ lib/dpkg/dpkg.h
|
|
@@ -108,7 +108,7 @@ DPKG_BEGIN_DECLS
|
|
#define DPKG "dpkg"
|
|
#define DEBSIGVERIFY "/usr/bin/debsig-verify"
|
|
|
|
-#define TAR "tar"
|
|
+#define TAR "@GTAR@"
|
|
#define RM "rm"
|
|
#define CAT "cat"
|
|
#define FIND "find"
|