From 356daf0bc66ff3671ba95f7867f568fc2a6214a9 Mon Sep 17 00:00:00 2001 From: Koen Kooi Date: Sun, 25 Sep 2005 17:54:06 +0000 Subject: conf/distro: make oz and fam include distro.conf *after* setting DISTRO_VERSION --- conf/distro/familiar-0.8.3.conf | 5 +++-- conf/distro/openzaurus-3.5.4.conf | 5 ++++- 2 files changed, 7 insertions(+), 3 deletions(-) (limited to 'conf/distro') diff --git a/conf/distro/familiar-0.8.3.conf b/conf/distro/familiar-0.8.3.conf index 6259011f78..90f69dba0d 100644 --- a/conf/distro/familiar-0.8.3.conf +++ b/conf/distro/familiar-0.8.3.conf @@ -1,9 +1,10 @@ -include conf/distro/familiar.conf - DISTRO = "familiar" DISTRO_NAME = "Familiar Linux" DISTRO_VERSION = "v0.8.3-unofficial-unsupported-snapshot-${DATE}" +include conf/distro/familiar.conf + + DISTRO_TYPE = "debug" #DISTRO_TYPE = "release" diff --git a/conf/distro/openzaurus-3.5.4.conf b/conf/distro/openzaurus-3.5.4.conf index 5580e9051a..bcf5e03042 100644 --- a/conf/distro/openzaurus-3.5.4.conf +++ b/conf/distro/openzaurus-3.5.4.conf @@ -1,7 +1,10 @@ -include conf/distro/openzaurus.conf DISTRO = "openzaurus" DISTRO_NAME = "OpenZaurus" DISTRO_VERSION = "3.5.3-snapshot-${DATE}" + +include conf/distro/openzaurus.conf + + # DISTRO_VERSION = "3.5.4" DISTRO_TYPE = "debug" # DISTRO_TYPE = "release" -- cgit v1.2.3