aboutsummaryrefslogtreecommitdiff
path: root/archivers/dpkg/files/patch-main_Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'archivers/dpkg/files/patch-main_Makefile.in')
-rw-r--r--archivers/dpkg/files/patch-main_Makefile.in10
1 files changed, 10 insertions, 0 deletions
diff --git a/archivers/dpkg/files/patch-main_Makefile.in b/archivers/dpkg/files/patch-main_Makefile.in
new file mode 100644
index 000000000000..8d58d6714a67
--- /dev/null
+++ b/archivers/dpkg/files/patch-main_Makefile.in
@@ -0,0 +1,10 @@
+--- main/Makefile.in.orig Thu Oct 12 07:16:21 2006
++++ main/Makefile.in Thu Oct 12 07:16:38 2006
+@@ -72,6 +72,4 @@
+
+ archtable.h: $(top_srcdir)/archtable
+ expand $< | \
+- perl -ne 'print " { \"$$1\",$$2\"$$3\",$$4\"$$5\" },\n" \
+- if m/^(?!\s*#)\s*(\S+)(\s+)(\S+)(\s+)(\S+)\s*$$/' \
+- >$@
++ perl -ne 'print " { \"$$1\",$$2\"$$3\",$$4\"$$5\" },\n" if m/^(?!\s*#)\s*(\S+)(\s+)(\S+)(\s+)(\S+)\s*$$/' >$@