summaryrefslogtreecommitdiffstats
path: root/Makefile.config
blob: b661fff10f1f8f38ef0fa6de4adfe1ee725bf979 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19

_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
/drakx-backup-do-not-use-0eeb44a27b0912a37d3d036a40c3e4b28d1eac46.tar.bz2'>drakx-backup-do-not-use-0eeb44a27b0912a37d3d036a40c3e4b28d1eac46.tar.bz2
drakx-backup-do-not-use-0eeb44a27b0912a37d3d036a40c3e4b28d1eac46.tar.xz
drakx-backup-do-not-use-0eeb44a27b0912a37d3d036a40c3e4b28d1eac46.zip
list rpcbind service in "System" category
Diffstat (limited to 'perl-install/install/share/po/mk.po')
0 files changed, 0 insertions, 0 deletions