diff --git a/config/path b/config/path index 87973d558d..9b6c22fe11 100644 --- a/config/path +++ b/config/path @@ -63,7 +63,7 @@ SED="sed -i" else ALL_DIRS="$ALL_DIRS\\n$DIR" fi - if [ -f "$DIR/meta" -o -f "$DIR/install" ] ; then + if [ -f "$DIR/meta" -o -f "$DIR/install" -o -f "$DIR/build" ] ; then FOUND=$((FOUND+1)) # found first. set $PKG_DIR PKG_DIR="$DIR"