Skip to content

Commit

Permalink
- silence, do not call /usr/bin/Check anymore if it is just the compa…
Browse files Browse the repository at this point in the history
…t script
  • Loading branch information
adrianschroeter committed Feb 4, 2013
1 parent 7800369 commit 4daa44e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion init_buildsystem
Original file line number Diff line number Diff line change
Expand Up @@ -1381,7 +1381,9 @@ if test -x $BUILD_ROOT/sbin/ldconfig ; then
;;
esac
fi
test -x $BUILD_ROOT/usr/sbin/Check && chroot $BUILD_ROOT /usr/sbin/Check
if test -x $BUILD_ROOT/usr/sbin/Check && ! grep -q "/usr/sbin/Check is obsolete" $BUILD_ROOT/usr/sbin/Check; then
chroot $BUILD_ROOT /usr/sbin/Check
fi

mkdir -p $BUILD_ROOT/var/adm/packages
touch $BUILD_ROOT/var/adm/packages
Expand Down

0 comments on commit 4daa44e

Please sign in to comment.