diff options
author | Igor Pashev <igor.pashev@nexenta.com> | 2013-02-18 14:22:50 +0400 |
---|---|---|
committer | Igor Pashev <igor.pashev@nexenta.com> | 2013-02-18 14:22:50 +0400 |
commit | 92528690674bfbb2e6ac794c7c08e0d8a928e74b (patch) | |
tree | e1ab1df036ff87cabfca0c44e420ac61285d329f | |
parent | 9ddd7ed86e5bffbe7941e4c11912b67cb1d7a60f (diff) | |
download | cibs-92528690674bfbb2e6ac794c7c08e0d8a928e74b.tar.gz |
Fix IPS version
-rw-r--r-- | Makefile | 2 | ||||
-rwxr-xr-x | cibs.p5m.x | 4 |
2 files changed, 3 insertions, 3 deletions
@@ -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 @@ -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" |