From a7646d650ef7b4e531e74393e78d002df3aa9478 Mon Sep 17 00:00:00 2001 From: Jonathan McCrohan Date: Sun, 5 Feb 2012 21:23:37 +0000 Subject: Add patch to remove copying --- debian/patches/01-remove-extra-copying-file.patch | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 debian/patches/01-remove-extra-copying-file.patch (limited to 'debian/patches/01-remove-extra-copying-file.patch') diff --git a/debian/patches/01-remove-extra-copying-file.patch b/debian/patches/01-remove-extra-copying-file.patch new file mode 100644 index 0000000..eb002e4 --- /dev/null +++ b/debian/patches/01-remove-extra-copying-file.patch @@ -0,0 +1,8 @@ +--- a/Makefile.in ++++ b/Makefile.in +@@ -20,7 +20,7 @@ MAIN = @PACKAGE_NAME@.c + HEADERS = @PACKAGE_NAME@.h llist.h iw_if.h + PURESRC = $(filter-out $(MAIN),$(wildcard *.c)) + OBJS = $(PURESRC:.c=.o) +-DOCS = README NEWS THANKS AUTHORS COPYING ChangeLog ++DOCS = README NEWS THANKS AUTHORS ChangeLog -- cgit v1.2.3