projects/Virtual: use 'Generic' addons for both i386 and x86_64

This commit is contained in:
Stefan Saraev 2013-04-28 20:04:59 +03:00
parent 179ce37e77
commit 4b80af124a

View File

@ -338,12 +338,5 @@
ADDON_SERVER_URL="http://addons.openelec.tv"
# set the addon dirs
case $TARGET_ARCH in
i386)
ADDON_PATH="$ADDON_VERSION/Generic/$TARGET_ARCH"
;;
x86_64)
ADDON_PATH="$ADDON_VERSION/Intel/$TARGET_ARCH"
;;
esac
ADDON_PATH="$ADDON_VERSION/Generic/$TARGET_ARCH"
ADDON_URL="$ADDON_SERVER_URL/$ADDON_PATH"