diff options
author | B. Watson <yalhcru@gmail.com> | 2017-03-20 04:07:40 -0400 |
---|---|---|
committer | David Spencer <idlemoor@slackbuilds.org> | 2017-03-25 13:26:35 +0000 |
commit | 8a629e0df52a7705aaca339180e2aec2ca48a7d2 (patch) | |
tree | f693ba372706c3054911c497d97a85f2cfceb067 | |
parent | 4d9747df3cbb27d8bf8e330641a2083716e02a4f (diff) |
libraries/ocaml-camomile: Allow VERSION override from environment.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
-rw-r--r-- | libraries/ocaml-camomile/ocaml-camomile.SlackBuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libraries/ocaml-camomile/ocaml-camomile.SlackBuild b/libraries/ocaml-camomile/ocaml-camomile.SlackBuild index 9b80e002c048..1acdb0ba1590 100644 --- a/libraries/ocaml-camomile/ocaml-camomile.SlackBuild +++ b/libraries/ocaml-camomile/ocaml-camomile.SlackBuild @@ -21,7 +21,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=ocaml-camomile -VERSION=0.8.5 +VERSION=${VERSION:-0.8.5} BUILD=${BUILD:-2} TAG=${TAG:-_SBo} |