[Lunar-commits] <moonbase> xorg-server: Fixing the BUILD to stop this non-fatal error;
Dennis `stumbles` Veatch
stumbles at lunar-linux.org
Thu Mar 1 17:00:41 CET 2012
commit 3ef782bf7d0be491e2917a49a13f7c1aa4d72cdd
Author: Dennis `stumbles` Veatch <stumbles at lunar-linux.org>
Date: Thu Mar 1 11:00:41 2012 -0500
xorg-server: Fixing the BUILD to stop this non-fatal error;
xorg-server/BUILD: line 23: [: module_installed: unary operator expected
---
xorg7/xorg-server/BUILD | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/xorg7/xorg-server/BUILD b/xorg7/xorg-server/BUILD
index ab801a6..1bf395a 100644
--- a/xorg7/xorg-server/BUILD
+++ b/xorg7/xorg-server/BUILD
@@ -20,7 +20,7 @@
# Fixes warning: "The directory "/usr/share/fonts/X11/OTF/" does not exist." in Xorg log.
# This path looks to be hardcoded in Xorg server so let's create empty dir to workaround it.
mkdir -p /usr/share/fonts/X11/OTF &&
- if [ module_installed mkfontdir ]; then
+ if module_installed mkfontdir ; then
mkfontdir /usr/share/fonts/X11/OTF
fi
More information about the Lunar-commits
mailing list