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