From 61942e82b45fae3ac0f746c242187a632644a6d8 Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Wed, 19 Apr 2006 17:53:45 +0000 Subject: teach newer fakeroot to not build docs --- package/fakeroot/fakeroot-doc.patch | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 package/fakeroot/fakeroot-doc.patch (limited to 'package/fakeroot/fakeroot-doc.patch') diff --git a/package/fakeroot/fakeroot-doc.patch b/package/fakeroot/fakeroot-doc.patch new file mode 100644 index 000000000..a5a5a93e1 --- /dev/null +++ b/package/fakeroot/fakeroot-doc.patch @@ -0,0 +1,20 @@ +--- fakeroot/Makefile.am.orig 2006-04-19 11:50:35.000000000 -0600 ++++ fakeroot/Makefile.am 2006-04-19 11:50:59.000000000 -0600 +@@ -1,5 +1,5 @@ + AUTOMAKE_OPTIONS=foreign +-SUBDIRS=scripts doc test ++SUBDIRS=scripts test + + noinst_LTLIBRARIES = libcommunicate.la + libcommunicate_la_SOURCES = communicate.c +--- fakeroot/Makefile.in.orig 2006-04-19 11:50:43.000000000 -0600 ++++ fakeroot/Makefile.in 2006-04-19 11:51:21.000000000 -0600 +@@ -214,7 +214,7 @@ + target_os = @target_os@ + target_vendor = @target_vendor@ + AUTOMAKE_OPTIONS = foreign +-SUBDIRS = scripts doc test ++SUBDIRS = scripts test + noinst_LTLIBRARIES = libcommunicate.la + libcommunicate_la_SOURCES = communicate.c + lib_LTLIBRARIES = libfakeroot.la -- cgit v1.2.3