diff options
author | Koen Kooi <koen@openembedded.org> | 2005-02-03 13:18:16 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2005-02-03 13:18:16 +0000 |
commit | 704dc3b8d80b60a18e11db2519158f7a939bce86 (patch) | |
tree | 1be7f5ff7e75f2d5146a2144d5dab8a6e73a3191 /conf | |
parent | 650f4af7aa8d832c08ee781063dcc95cc2bc2234 (diff) |
familiar-0.8.1.conf:
Fix stupid, stupid, stupid typo in familiar-0.8.1.conf
BKrev: 42022498Vm_qYHKNk3TmmLBMJY4fSQ
Diffstat (limited to 'conf')
-rw-r--r-- | conf/distro/familiar-0.8.1.conf | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/conf/distro/familiar-0.8.1.conf b/conf/distro/familiar-0.8.1.conf index 2873f3e8ba..1ea300a51d 100644 --- a/conf/distro/familiar-0.8.1.conf +++ b/conf/distro/familiar-0.8.1.conf @@ -2,13 +2,14 @@ include conf/distro/familiar.conf DISTRO = "familiar" DISTRO_NAME = "Familiar Linux" -DISTRO_VERSION = "0.8.1-snapshot-${DATE}" +DISTRO_VERSION = "v0.8.1-snapshot-${DATE}" DISTRO_TYPE = "debug" # DISTRO_TYPE = "release" +#fix before release to use DISTRO_VERSION FEED_URIS += " \ - base##http:///familiar.handhelds.org/releases/v0.8/base" + base##http://familiar.handhelds.org/releases/v0.8/base" #CVSDATE = 20050105 |