summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile.config5
1 files changed, 3 insertions, 2 deletions
diff --git a/Makefile.config b/Makefile.config
index 4c372d410..a688c5b9c 100644
--- a/Makefile.config
+++ b/Makefile.config
@@ -9,9 +9,10 @@ STAGE2_LIVE = $(STAGE2_DEST)/live
MAIN_RPMS_DIR = $(ROOTDEST)/media/main
MEDIA_INFO_DEST = $(ROOTDEST)/media/media_info
-DISTRIB_NAME = Mandriva
+_DISTRIB_NAME = Mandriva Linux
+DISTRIB_NAME = "$(_DISTRIB_NAME)"
DISTRIB_VERSION = 2006
-DISTRIB_DESCR = "$(DISTRIB_NAME) release $(DISTRIB_VERSION)"
+DISTRIB_DESCR = "$(_DISTRIB_NAME) release $(DISTRIB_VERSION)"
# not config, but useful everywhere :)