Committed by
Gerrit Code Review
Fixing buck-built package for version roll.
Change-Id: I54fa47764df45c834b57be9cdc7dec28a30c25c3
Showing
1 changed file
with
1 additions
and
1 deletions
... | @@ -12,7 +12,7 @@ BRANDING=$4 | ... | @@ -12,7 +12,7 @@ BRANDING=$4 |
12 | #FIXME karaf version | 12 | #FIXME karaf version |
13 | KARAF_VERSION="3.0.5" | 13 | KARAF_VERSION="3.0.5" |
14 | 14 | ||
15 | -PREFIX="onos-1.6.0" | 15 | +PREFIX="onos-${ONOS_VERSION/-*/}" |
16 | 16 | ||
17 | # Unroll the Apache Karaf bits, prune them and make ONOS top-level directories. | 17 | # Unroll the Apache Karaf bits, prune them and make ONOS top-level directories. |
18 | tar xf $KARAF_TAR | 18 | tar xf $KARAF_TAR | ... | ... |
-
Please register or login to post a comment