aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIgor Pashev <igor.pashev@nexenta.com>2013-02-18 14:22:50 +0400
committerIgor Pashev <igor.pashev@nexenta.com>2013-02-18 14:22:50 +0400
commit92528690674bfbb2e6ac794c7c08e0d8a928e74b (patch)
treee1ab1df036ff87cabfca0c44e420ac61285d329f
parent9ddd7ed86e5bffbe7941e4c11912b67cb1d7a60f (diff)
downloadcibs-92528690674bfbb2e6ac794c7c08e0d8a928e74b.tar.gz
Fix IPS version
-rw-r--r--Makefile2
-rwxr-xr-xcibs.p5m.x4
2 files changed, 3 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 8fc952c..08aab2e 100644
--- a/Makefile
+++ b/Makefile
@@ -11,7 +11,7 @@ cibs-inst-root := /usr/share/cibs
include $(cibs-root)/rules/$(package).mk
name := cibs
-version := 0.3.0
+version := 0.3.0.2
install-stamp: rules-mogrify-stamp
diff --git a/cibs.p5m.x b/cibs.p5m.x
index 80258aa..93ce326 100755
--- a/cibs.p5m.x
+++ b/cibs.p5m.x
@@ -1,7 +1,7 @@
#!/bin/sh
-cat <<META
-set name=pkg.fmri value=pkg:/developer/pkg/cibs@0.1.0
+cat <<'META'
+set name=pkg.fmri value=pkg:/developer/pkg/cibs@$(ips-version)
set name=pkg.summary value="Common IPS build system"
set name=info.upstream-url value="https://github.com/Nexenta/cibs"
set name=info.source-url value="https://github.com/Nexenta/cibs.git"