From 81df4d2bdfcd9a37d0312b65fdcb89065df402ad Mon Sep 17 00:00:00 2001 From: Marius Tolzmann Date: Thu, 14 Jul 2011 12:10:38 +0200 Subject: [PATCH] beesh: configure.sh: fix some spamming --- src/beesh.d/configure.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/beesh.d/configure.sh b/src/beesh.d/configure.sh index 1f4b734..cba2075 100755 --- a/src/beesh.d/configure.sh +++ b/src/beesh.d/configure.sh @@ -23,7 +23,7 @@ bee_install() { start_cmd make install DESTDIR=${D} "$@" } -if ! grep datarootdir ${S}/configure ; then +if ! grep -q datarootdir ${S}/configure ; then BEE_CONFIGURE='compat' fi