_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)"
# not config, but useful everywhere :)
ARCH := $(patsubst i%86,i386,$(shell uname -m))
ARCH := $(patsubst sparc%,sparc,$(ARCH))
PKG_ARCH := $(patsubst i386,i586,$(ARCH))
ifeq (x86_64, $(ARCH))
LIB = lib64
else
LIB = lib
endif
'>
index : drakx | |
Mageia Installer and base platform for many utilities | Thierry Vignaud [tv] |
blob: ec7066a06f075abf779e72cd8ab76d4e6b41f4d8 (
plain)