aboutsummaryrefslogtreecommitdiffstats
path: root/debian/patches/01-patch-makefile.in-to-not-install-docs.patch
diff options
context:
space:
mode:
Diffstat (limited to 'debian/patches/01-patch-makefile.in-to-not-install-docs.patch')
-rw-r--r--debian/patches/01-patch-makefile.in-to-not-install-docs.patch4
1 files changed, 2 insertions, 2 deletions
diff --git a/debian/patches/01-patch-makefile.in-to-not-install-docs.patch b/debian/patches/01-patch-makefile.in-to-not-install-docs.patch
index 1efd0d8..8f58643 100644
--- a/debian/patches/01-patch-makefile.in-to-not-install-docs.patch
+++ b/debian/patches/01-patch-makefile.in-to-not-install-docs.patch
@@ -3,12 +3,12 @@ Date: Sun, 23 Mar 2014 01:02:44 +0000
Subject: Patch Makefile.in to not install docs; install using dh instead
diff --git a/Makefile.in b/Makefile.in
-index d2e1c01..d8a579b 100644
+index c9ecc37..d790ccd 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -22,7 +22,6 @@ MAIN = @PACKAGE_NAME@.c
HEADERS = $(wildcard *.h)
- PURESRC = $(filter-out $(MAIN),$(wildcard *.c))
+ PURESRC = $(filter-out $(MAIN),$(sort $(wildcard *.c)))
OBJS = $(PURESRC:.c=.o)
-DOCS = README.md NEWS THANKS AUTHORS COPYING ChangeLog