mirror of
https://github.com/archr-linux/Arch-R.git
synced 2026-03-31 14:41:55 -07:00
config/path: split variables for source dirs in a own config file
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
@@ -36,7 +36,6 @@ fi
|
||||
HOST_NAME=`$SCRIPTS/configtools/config.guess`
|
||||
TARGET_NAME=$TARGET_FAMILY-openelec-linux-gnu
|
||||
|
||||
OPENELEC_SRC=http://sources.openelec.tv/src/$OPENELEC_VERSION
|
||||
BUILD=$BUILD_BASE.$DISTRONAME-$PROJECT.$TARGET_ARCH.$OPENELEC_VERSION
|
||||
TARGET_IMG=$ROOT/$TARGET
|
||||
TARGET_ADDONS="$TARGET_IMG/$ADDONS/$ADDON_PATH"
|
||||
@@ -52,6 +51,8 @@ TARGET_PREFIX=$ROOT/$TOOLCHAIN/bin/$TARGET_NAME-
|
||||
|
||||
FAKEROOT_SCRIPT=$ROOT/.fakeroot.$PROJECT.$TARGET_ARCH
|
||||
|
||||
. config/sources
|
||||
|
||||
if [ "$OPENELEC_VERSION" = devel ]; then
|
||||
DEBUG=no
|
||||
DEVTOOLS=yes
|
||||
|
||||
5
config/sources
Normal file
5
config/sources
Normal file
@@ -0,0 +1,5 @@
|
||||
# OpenELEC Download site
|
||||
OPENELEC_SRC="http://sources.openelec.tv/src/$OPENELEC_VERSION"
|
||||
|
||||
# Sourceforge download site
|
||||
SOURCEFORGE_SRC="http://prdownloads.sourceforge.net"
|
||||
Reference in New Issue
Block a user