summaryrefslogtreecommitdiffstats
path: root/Makefile.config
diff options
context:
space:
mode:
authorOlivier Blin <oblin@mandriva.com>2007-04-25 14:30:07 +0000
committerOlivier Blin <oblin@mandriva.com>2007-04-25 14:30:07 +0000
commit61fa3ec0e7a84008e0bb1b3352b339bf878fc946 (patch)
tree3a39756bb8e592fc3e58fbccf38c66818336d5cd /Makefile.config
parent2e3fb166f558e03b19507981444b7cf568f3c590 (diff)
downloaddrakx-backup-do-not-use-61fa3ec0e7a84008e0bb1b3352b339bf878fc946.tar
drakx-backup-do-not-use-61fa3ec0e7a84008e0bb1b3352b339bf878fc946.tar.gz
drakx-backup-do-not-use-61fa3ec0e7a84008e0bb1b3352b339bf878fc946.tar.bz2
drakx-backup-do-not-use-61fa3ec0e7a84008e0bb1b3352b339bf878fc946.tar.xz
drakx-backup-do-not-use-61fa3ec0e7a84008e0bb1b3352b339bf878fc946.zip
pass DISTRIB_TYPE when building stage1 (useful to know which mirro list to retrieve)
Diffstat (limited to 'Makefile.config')
-rw-r--r--Makefile.config1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.config b/Makefile.config
index 8923de49b..b661fff10 100644
--- a/Makefile.config
+++ b/Makefile.config
@@ -2,6 +2,7 @@
_DISTRIB_NAME := $(shell sed -n '/^.*distribution=\([^,]*\),.*/s//\1/p' /etc/product.id)
DISTRIB_NAME = "$(_DISTRIB_NAME)"
DISTRIB_VERSION = $(shell sed -n '/^.*version=\([^,]*\),.*/s//\1/p' /etc/product.id)
+DISTRIB_TYPE = $(shell sed -n '/^.*type=\([^,]*\),.*/s//\1/p' /etc/product.id)
DISTRIB_DESCR = "$(_DISTRIB_NAME) release $(DISTRIB_VERSION)"