From 03a158669f0ad9b86ef15b98217a5cd9047940da Mon Sep 17 00:00:00 2001 From: Stephan Raue Date: Sat, 19 Sep 2009 05:53:59 +0200 Subject: [PATCH] config/path: add OpenELEC source address --- config/path | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/config/path b/config/path index 917ac53ff8..f89a9b9404 100644 --- a/config/path +++ b/config/path @@ -173,7 +173,9 @@ else fi INDENT_SIZE=4 -GEEXBOX_SRCS=http://www.geexbox.org/src/$GEEXBOX_VERSION +OPENELEC_SRC=http://sources.geexbox.org/src/$OPENELEC_VERSION + +# GEEXBOX_SRCS=http://www.geexbox.org/src/$GEEXBOX_VERSION #[ "$GEEXBOX_VERSION" = devel ] && GEEXBOX_VERSION=$GEEXBOX_VERSION-`date +%Y%m%d` #-r`hg tip --template={rev}` #[ "$OPENELEC_VERSION" = devel ] && OPENELEC_VERSION=$OPENELEC_VERSION-`date +%Y%m%d`-r`bzr version-info --custom --template={revno}` #[ -n "$GEEXBOX_VERSION_EXTRA" ] && GEEXBOX_VERSION=$GEEXBOX_VERSION-$GEEXBOX_VERSION_EXTRA