diff options
author | Michales Michaloudes <korgie@gmail.com> | 2017-07-05 14:49:30 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-07-08 07:11:26 +0700 |
commit | da362b92992aff44452885b41f773c8d083a1ef0 (patch) | |
tree | a4dde28d6b81b28d3a36558fee3157fea73e2979 /gis/josm/josm.SlackBuild | |
parent | 25ad83584240e7cd362bba5b4d9c2d2d0e56cc82 (diff) | |
download | slackbuilds-da362b92992aff44452885b41f773c8d083a1ef0.tar.gz |
gis/josm: Updated for version 12450.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'gis/josm/josm.SlackBuild')
-rw-r--r-- | gis/josm/josm.SlackBuild | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/gis/josm/josm.SlackBuild b/gis/josm/josm.SlackBuild index e988611a32..4e5dfa72ff 100644 --- a/gis/josm/josm.SlackBuild +++ b/gis/josm/josm.SlackBuild @@ -1,14 +1,14 @@ #!/bin/sh # Slackware java packaging script for josm # -# Michales - clavisound - Michaloudes korgie@gmail.com <2012> +# Michales - clavisound - Michaloudes korgie@gmail.com <2012-2017> # -# If you want to extract the version from an download +# For latest verion download # http://josm.openstreetmap.de/download/josm-tested.jar -# execute the script passing it VERSION=tested +# execute the script with VERSION=tested PRGNAM=josm -VERSION=${VERSION:-11526} +VERSION=${VERSION:-12450} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -60,6 +60,7 @@ cat > $PKG/usr/bin/$PRGNAM << EOF java -jar /opt/$PRGNAM/$PRGNAM.jar EOF chmod 755 $PKG/usr/bin/$PRGNAM +chmod 755 $PKG/opt/$PRGNAM/$PRGNAM.jar # cp KDE desktop icon mkdir -p $PKG/usr/share/applications |