Changes of Revision 6
[-] [+] | Added | dpkg-make.patch |
@@ -0,0 +1,10 @@ +--- main/Makefile.in ++++ main/Makefile.in +@@ -72,6 +72,5 @@ + + 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*$$/' \ + >$@ |