[Buildroot] svn commit: trunk/buildroot/package/ltt

andersen at uclibc.org andersen at uclibc.org
Wed Dec 13 07:19:59 UTC 2006


Author: andersen
Date: 2006-12-12 23:19:58 -0800 (Tue, 12 Dec 2006)
New Revision: 16873

Log:
fix broken shell fragment


Modified:
   trunk/buildroot/package/ltt/ltt.mk


Changeset:
Modified: trunk/buildroot/package/ltt/ltt.mk
===================================================================
--- trunk/buildroot/package/ltt/ltt.mk	2006-12-13 06:59:34 UTC (rev 16872)
+++ trunk/buildroot/package/ltt/ltt.mk	2006-12-13 07:19:58 UTC (rev 16873)
@@ -29,7 +29,7 @@
 	touch $(LTT_DIR1)/.unpacked
 
 # Build without GTK if not available
-LTT_WITHOUT_GTK:=$(shell which gtk-config >& /dev/null || echo "--without-gtk")
+LTT_WITHOUT_GTK:=$(shell which gtk-config > /dev/null 2>&1 || echo "--without-gtk")
 
 $(LTT_DIR1)/.configured: $(LTT_DIR1)/.unpacked
 	(cd $(LTT_DIR1); rm -rf config.cache; \




More information about the buildroot mailing list