Skip to content

Commit

Permalink
beesh: configure.sh: fix some spamming
Browse files Browse the repository at this point in the history
  • Loading branch information
mariux committed Jul 14, 2011
1 parent 3cad97d commit 81df4d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/beesh.d/configure.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 81df4d2

Please sign in to comment.