scripts/create_addon: cosmetics

This commit is contained in:
Stefan Saraev 2014-06-16 20:15:46 +03:00 committed by Stephan Raue
parent 61ff854bc8
commit 2df694a0c6

View File

@ -107,7 +107,7 @@ if [ "$PKG_IS_ADDON" = "yes" ] ; then
cd $ADDON_BUILD
echo "*** compressing Addon $PKG_ADDON_ID ... ***"
zip -rq $PKG_ADDON_ID-$CUST_ADDON_VERSION.zip $PKG_ADDON_ID;
cd -
cd - &>/dev/null
mkdir -p $TARGET/$ADDONS/$ADDON_VERSION/$PROJECT/$TARGET_ARCH/$PKG_ADDON_ID
cp $ADDON_BUILD/$PKG_ADDON_ID-$CUST_ADDON_VERSION.zip $TARGET/$ADDONS/$ADDON_VERSION/$PROJECT/$TARGET_ARCH/$PKG_ADDON_ID