diff options
-rw-r--r-- | org.handhelds.familiar/conf/distro/familiar-0.8.4.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/org.handhelds.familiar/conf/distro/familiar-0.8.4.conf b/org.handhelds.familiar/conf/distro/familiar-0.8.4.conf index ee478d1..86d006d 100644 --- a/org.handhelds.familiar/conf/distro/familiar-0.8.4.conf +++ b/org.handhelds.familiar/conf/distro/familiar-0.8.4.conf @@ -7,8 +7,8 @@ include conf/distro/familiar-feeds.inc #always try downloading from handhelds.org first INHERIT += "simplepremirror" -SIMPLE_PREMIRROR ?= "http://familiar.handhelds.org/source/${DISTRO_VERSION}/sources/" -CVS_TARBALL_STASH ?= "http://familiar.handhelds.org/source/${DISTRO_VERSION}/sources/" +SIMPLE_PREMIRROR ?= "http://familiar.handhelds.org/source/0.8.4/sources/" +CVS_TARBALL_STASH ?= "http://familiar.handhelds.org/source/0.8.4/sources/" DISTRO_TYPE = "release" |