X-Git-Url: http://gitweb.hugovil.com/?a=blobdiff_plain;f=functions%2Fipkg;fp=functions%2Fipkg;h=9d3ea3ed1f5ae5c272807ab05523f2c64050bc9a;hb=564ec1bbb321286571c30da20b81620c33b18e6f;hp=177f52c8ac214ca3f8adb990eac003cc5df862e1;hpb=16c81190b3ca1da2e26645020dd3cb9f8625521c;p=hvlinux.git diff --git a/functions/ipkg b/functions/ipkg index 177f52c..9d3ea3e 100644 --- a/functions/ipkg +++ b/functions/ipkg @@ -154,7 +154,7 @@ ipkg_script() if [ "x${IPKG_MODE}" != "xnoac" ]; then # Add option --disable-dependency-tracking if supported if cat ${LFS_TMP}/${PACKAGE}/configure | \ - grep "disable-dependency-tracking" 1> /dev/null 2>&1; then + grep -q "disable-dependency-tracking"; then CONFIGURE_OPTS="\ ${CONFIGURE_OPTS} \ --disable-dependency-tracking"