scripts/image: cosmetics

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2012-05-17 12:48:14 +02:00
parent b1460ace96
commit be57cc3f06

View File

@ -228,9 +228,9 @@ IMAGE_NAME="$DISTRONAME-$TARGET_VERSION"
cp -R $CONFIG/release/openelec.ico $RELEASE_DIR
echo "$TARGET_VERSION" > $RELEASE_DIR/RELEASE
if [ -n "$MEDIACENTER" ] ; then
echo "XBMC commit: `scripts/git_version $MEDIACENTER`" >> $RELEASE_DIR/RELEASE
fi
if [ -n "$MEDIACENTER" ] ; then
echo "XBMC commit: `scripts/git_version $MEDIACENTER`" >> $RELEASE_DIR/RELEASE
fi
mkdir -p $RELEASE_DIR/licenses
cp $ROOT/licenses/* $RELEASE_DIR/licenses