image: run checkdeps scripts

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2010-08-24 00:50:08 +02:00
parent a3c965d51a
commit 9f260349ea

View File

@ -2,6 +2,8 @@
. config/options $1 . config/options $1
$SCRIPTS/checkdeps build
if [ "$OPENELEC_VERSION" = devel -o "$OPENELEC_VERSION" = debug ]; then if [ "$OPENELEC_VERSION" = devel -o "$OPENELEC_VERSION" = debug ]; then
BUILD_DATE=`date +%Y%m%d` BUILD_DATE=`date +%Y%m%d`
GIT_BUILD=`git log --pretty=format:'' | wc -l` GIT_BUILD=`git log --pretty=format:'' | wc -l`