_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)) ARCH := $(patsubst arm%,arm,$(ARCH)) PKG_ARCH := $(patsubst i386,i586,$(ARCH)) ifeq (x86_64, $(ARCH)) LIB = lib64 else LIB = lib endif div id='cgit'>
summaryrefslogtreecommitdiffstats
path: root/perl-install
diff options
context:
space:
mode:
authorPablo Saratxaga <pablo@mandriva.com>2005-05-31 06:00:21 +0000
committerPablo Saratxaga <pablo@mandriva.com>2005-05-31 06:00:21 +0000
commitb8814bf1900523f84c79c4463bee2f73f2d37476 (patch)
tree3bfeeac9c4b644244550b227ae1b19d8b5c36647 /perl-install
parent181c673fd4c642bbecce865707228d73098ccea9 (diff)
downloaddrakx-backup-do-not-use-b8814bf1900523f84c79c4463bee2f73f2d37476.tar
drakx-backup-do-not-use-b8814bf1900523f84c79c4463bee2f73f2d37476.tar.gz
drakx-backup-do-not-use-b8814bf1900523f84c79c4463bee2f73f2d37476.tar.bz2
drakx-backup-do-not-use-b8814bf1900523f84c79c4463bee2f73f2d37476.tar.xz
drakx-backup-do-not-use-b8814bf1900523f84c79c4463bee2f73f2d37476.zip
updated pot file
Diffstat (limited to 'perl-install')