From: florian Date: Fri, 28 Nov 2008 18:06:24 +0000 (+0000) Subject: Remove docs tests man pages from installation X-Git-Url: http://207.154.207.93/?a=commitdiff_plain;h=bea4120a97a698ac8f0cb02b4156e2d1c4832e6a;p=packages.git Remove docs tests man pages from installation git-svn-id: svn://svn.openwrt.org/openwrt/packages@13412 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/utils/coreutils/patches/001-no_docs_man_tests.patch b/utils/coreutils/patches/001-no_docs_man_tests.patch new file mode 100644 index 000000000..faaeb8641 --- /dev/null +++ b/utils/coreutils/patches/001-no_docs_man_tests.patch @@ -0,0 +1,24 @@ +diff -urN coreutils-6.9/Makefile.am coreutils-6.9.new/Makefile.am +--- coreutils-6.9/Makefile.am 2007-03-18 22:36:43.000000000 +0100 ++++ coreutils-6.9.new/Makefile.am 2008-11-15 14:15:17.000000000 +0100 +@@ -17,7 +17,7 @@ + # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA + # 02110-1301, USA. + +-SUBDIRS = lib src doc man po tests ++SUBDIRS = lib src po + EXTRA_DIST = Makefile.cfg Makefile.maint GNUmakefile \ + .gitignore \ + .hgignore \ +diff -urN coreutils-6.9/Makefile.in coreutils-6.9.new/Makefile.in +--- coreutils-6.9/Makefile.in 2007-03-22 22:20:26.000000000 +0100 ++++ coreutils-6.9.new/Makefile.in 2008-11-15 14:15:05.000000000 +0100 +@@ -520,7 +520,7 @@ + target_alias = @target_alias@ + top_builddir = @top_builddir@ + top_srcdir = @top_srcdir@ +-SUBDIRS = lib src doc man po tests ++SUBDIRS = lib src po + EXTRA_DIST = Makefile.cfg Makefile.maint GNUmakefile \ + .gitignore \ + .hgignore \