diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2005-01-15 17:44:05 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2005-01-15 17:44:05 +0000 |
commit | 0584a406ed7215cc70fa96b6c53771dd47addff8 (patch) | |
tree | 761d05bbf5d86b842c54aa78112638d9c1467bb1 /Makefile.config | |
parent | 568483493b3c580e60a39b3e672eeb6974f483c8 (diff) | |
download | drakx-0584a406ed7215cc70fa96b6c53771dd47addff8.tar drakx-0584a406ed7215cc70fa96b6c53771dd47addff8.tar.gz drakx-0584a406ed7215cc70fa96b6c53771dd47addff8.tar.bz2 drakx-0584a406ed7215cc70fa96b6c53771dd47addff8.tar.xz drakx-0584a406ed7215cc70fa96b6c53771dd47addff8.zip |
factorize the distrib version
Diffstat (limited to 'Makefile.config')
-rw-r--r-- | Makefile.config | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile.config b/Makefile.config index 793fd669e..57645d237 100644 --- a/Makefile.config +++ b/Makefile.config @@ -9,7 +9,9 @@ STAGE2_LIVE = $(STAGE2_DEST)/live MAIN_RPMS_DIR = $(ROOTDEST)/media/main MEDIA_INFO_DEST = $(ROOTDEST)/media/media_info - +DISTRIB_NAME = Mandrakelinux +DISTRIB_VERSION = 10.2 +DISTRIB_DESCR = "$(DISTRIB_NAME) release $(DISTRIB_VERSION) (Cooker)" # not config, but useful everywhere :) |