diff options
Diffstat (limited to 'package/wget/patches')
-rw-r--r-- | package/wget/patches/patch-Makefile_am | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/package/wget/patches/patch-Makefile_am b/package/wget/patches/patch-Makefile_am new file mode 100644 index 000000000..dcb930fcf --- /dev/null +++ b/package/wget/patches/patch-Makefile_am @@ -0,0 +1,11 @@ +--- wget-1.14.orig/Makefile.am 2012-05-13 16:44:48.000000000 +0200 ++++ wget-1.14/Makefile.am 2013-12-06 17:00:51.000000000 +0100 +@@ -41,7 +41,7 @@ distuninstallcheck_listfiles = find . -t + ACLOCAL_AMFLAGS = -I m4 + + # subdirectories in the distribution +-SUBDIRS = lib src doc po tests util ++SUBDIRS = lib src po tests util + + EXTRA_DIST = ChangeLog.README MAILING-LIST \ + msdos/ChangeLog msdos/config.h msdos/Makefile.DJ \ |