From 0e071f78efffda1ef0cab590d26a0a3e626f0220 Mon Sep 17 00:00:00 2001 From: Stefan Saraev Date: Sun, 30 Jun 2013 19:54:43 +0300 Subject: [PATCH] Generic_OSS: use GENERIC addons --- projects/Generic_OSS/options | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/Generic_OSS/options b/projects/Generic_OSS/options index 320e30036e..7af2c75347 100755 --- a/projects/Generic_OSS/options +++ b/projects/Generic_OSS/options @@ -355,5 +355,5 @@ ADDON_SERVER_URL="http://addons.openelec.tv" # set the addon dirs - ADDON_PATH="$ADDON_VERSION/$PROJECT/$TARGET_ARCH" + ADDON_PATH="$ADDON_VERSION/Generic/$TARGET_ARCH" ADDON_URL="$ADDON_SERVER_URL/$ADDON_PATH"