diff options
author | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-04-10 23:20:28 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-04-10 23:20:28 +0700 |
commit | 16ce5fb9c600da65e82eff0751b521b9192c5e00 (patch) | |
tree | 4fb60503929ec87dbcd0bf99cbed1cc4545f7fc6 /academic/archeopteryx/archeopteryx.SlackBuild | |
parent | d3999de0ea182ebdef02275073bb3076bfb09800 (diff) |
academic/archeopteryx: Updated for version 1045.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'academic/archeopteryx/archeopteryx.SlackBuild')
-rw-r--r-- | academic/archeopteryx/archeopteryx.SlackBuild | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/academic/archeopteryx/archeopteryx.SlackBuild b/academic/archeopteryx/archeopteryx.SlackBuild index c7041a1f2453..3f767ddbdc2c 100644 --- a/academic/archeopteryx/archeopteryx.SlackBuild +++ b/academic/archeopteryx/archeopteryx.SlackBuild @@ -23,12 +23,11 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=archeopteryx -VERSION=${VERSION:-0.9917_beta} +VERSION=${VERSION:-1045} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} SRCNAM=forester -SRCVER=1044 ARCH=noarch CWD=$(pwd) @@ -42,7 +41,7 @@ rm -rf $PKG mkdir -p $TMP $PKG $OUTPUT cd $TMP -install -D -m755 $CWD/${SRCNAM}_${SRCVER}.jar $PKG/usr/bin/$PRGNAM.jar +install -D -m755 $CWD/${SRCNAM}_${VERSION}.jar $PKG/usr/bin/$PRGNAM.jar mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild |