aboutsummaryrefslogtreecommitdiff
path: root/rules/ips-manifest.mk
diff options
context:
space:
mode:
authorIgor Pashev <igor.pashev@nexenta.com>2012-12-18 07:17:18 +0400
committerIgor Pashev <igor.pashev@nexenta.com>2012-12-18 07:17:18 +0400
commit42dd5835da4458af4c40ca728d2da0ed5ca23c90 (patch)
tree61b987ef7900774cd9ddad501a7df8ed100c37c8 /rules/ips-manifest.mk
parent832547495ac47df9aba21588a351d03e89feeb04 (diff)
downloadcibs-42dd5835da4458af4c40ca728d2da0ed5ca23c90.tar.gz
Use $(cibs-root) for self-building
Diffstat (limited to 'rules/ips-manifest.mk')
-rw-r--r--rules/ips-manifest.mk6
1 files changed, 3 insertions, 3 deletions
diff --git a/rules/ips-manifest.mk b/rules/ips-manifest.mk
index 087cf85..e15b84f 100644
--- a/rules/ips-manifest.mk
+++ b/rules/ips-manifest.mk
@@ -24,10 +24,10 @@
# include guard:
ifeq (,$(__ips_manifest_mk))
-include /usr/share/cibs/rules/common.mk
+include $(cibs-root)/rules/common.mk
manifestdir := $(workdir)/manifest
-transdir := /usr/share/cibs/trans
+transdir := $(cibs-root)/trans
# Default, can be overriden in Makefile. See next lines.
ips-version = $(version)
@@ -98,7 +98,7 @@ endif
manifests := $(filter-out $(generated-manifests),$(wildcard *.p5m))
#TODO: Expand "glob" action in manifests:
-globalizator := /usr/share/cibs/scripts/globalizator
+globalizator := $(cibs-root)/scripts/globalizator
glob-manifests := $(manifests:%=$(manifestdir)/glob-%)
$(glob-manifests): $(manifestdir)/glob-% : %
[ -d "$(manifestdir)" ] || mkdir -p "$(manifestdir)"