[Lunar-commits] <moonbase> cairo: fixed no doc option
Christian Krause
wookietreiber at lunar-linux.org
Tue Jul 19 10:51:41 CEST 2011
commit 581de49983396c11c5bf4b05511fb32e1f57d79a
Author: Christian Krause <wookietreiber at lunar-linux.org>
Date: Tue Jul 19 10:51:41 2011 +0200
cairo: fixed no doc option
---
graphics/cairo/BUILD | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/graphics/cairo/BUILD b/graphics/cairo/BUILD
index 54add42..851eb0b 100644
--- a/graphics/cairo/BUILD
+++ b/graphics/cairo/BUILD
@@ -10,7 +10,7 @@
fi &&
if [ "`get_module_config DOCS`" = "n" ] ; then
- sedit 's/SUBDIRS = src doc util \$(am__append_1)/SUBDIRS = src util \$(am__append_1)/g' Makefile.in
+ sedit 's/SUBDIRS = src doc util/SUBDIRS = src util/g' Makefile.in
fi &&
default_build
More information about the Lunar-commits
mailing list