diff --git a/scripts/build b/scripts/build index 727f377d22..3ee23a720d 100755 --- a/scripts/build +++ b/scripts/build @@ -59,8 +59,8 @@ if [ ! -f $STAMP ]; then for i in `find $SYSROOT_PREFIX/usr/lib/ -name "*.pc"`; do \ $SED "s:\(['= ]\)/usr:\\1$SYSROOT_PREFIX/usr:g" $i; \ done - elif [ "$1" != "${1#theme-}" ]; then - $SCRIPTS/build-theme $@ >&$VERBOSE_OUT +# elif [ "$1" != "${1#theme-}" ]; then +# $SCRIPTS/build-theme $@ >&$VERBOSE_OUT elif [ -f $PKG_BUILD/$1.c ]; then $SCRIPTS/build toolchain make -C $PKG_BUILD $1 >&$VERBOSE_OUT