[Lunar-commits] <moonbase> qt4: minor adjustment to the BUILD
Dennis 'stumbles' Veatch
stumbles at lunar-linux.org
Sun Apr 5 22:09:39 CEST 2009
commit b2375438b81ba3b59f43192a45e587e055ab670e
Author: Dennis 'stumbles' Veatch <stumbles at lunar-linux.org>
Date: Sun Apr 5 16:09:39 2009 -0400
qt4: minor adjustment to the BUILD
---
kde4/base/qt4/BUILD | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/kde4/base/qt4/BUILD b/kde4/base/qt4/BUILD
index 379e0e4..1781092 100644
--- a/kde4/base/qt4/BUILD
+++ b/kde4/base/qt4/BUILD
@@ -14,7 +14,7 @@
OPTS+=" -make tools -make docs -make translations"
fi &&
- if [ "$MAKE_EXAMPLE_DEMOS" =="y" ]; then
+ if [ "$MAKE_EXAMPLE_DEMOS" == "y" ]; then
OPTS+=" -make examples -make demos -make tools -make docs -make translations"
fi &&
More information about the Lunar-commits
mailing list