aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorIgor Pashev <igor.pashev@nexenta.com>2012-10-26 11:06:04 +0400
committerIgor Pashev <igor.pashev@nexenta.com>2012-10-26 11:06:04 +0400
commit32c4576478363eb0b47ccc2a77333d149879e1a6 (patch)
tree0bbe98b36c3336dce4893196a91534d4163f0273 /README.md
parent73d7cc0cc80b0c58bfebd2c8c036a9a892dac138 (diff)
downloadcibs-32c4576478363eb0b47ccc2a77333d149879e1a6.tar.gz
ips-version can be defined in Makefile
Diffstat (limited to 'README.md')
-rw-r--r--README.md7
1 files changed, 6 insertions, 1 deletions
diff --git a/README.md b/README.md
index 88f7d1c..a24fb15 100644
--- a/README.md
+++ b/README.md
@@ -74,7 +74,12 @@ are in "work/manifests" directory.
* `ips-repo` - IPS repository to publish, e. g. `make publish ips-repo=http://example.com:1234`
Any variable defined in Makefile will be passed to `pkgmogrify` and
-can be used in IPS manifests (*.p5m). These variables passed additionally:
+can be used in IPS manifests (*.p5m). This is especially useful
+when with variable `ips-version`, which is by default `= version`.
+Example is OpenSSL, where `version = 0.9.8x`, but `ips-version=0.9.8.23`
+(because letters are not allowed by IPS).
+
+These variables passed additionally:
`build32` = `#` or empty, and `build64` = `#` or empty. These variables can
be used to cut off some line in package manifest (by commenting out).
By default these vars are `#` (pound).