diff options
author | Petar Petrov <slackalaxy@gmail.com> | 2020-09-15 08:24:56 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2020-09-15 08:24:56 +0700 |
commit | b36642ad39f358bdd3b8288b4cb453e2f7316a0e (patch) | |
tree | 196c775aed8cf82ab9202461f2feabc93d1ac85e /academic/wehi-weasel/wehi-weasel.SlackBuild | |
parent | 4379f5893ba2fc6e20bb2ac43f52c7c9300bbdf6 (diff) |
academic/wehi-weasel: Updated for version 3.7.1.18.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'academic/wehi-weasel/wehi-weasel.SlackBuild')
-rw-r--r-- | academic/wehi-weasel/wehi-weasel.SlackBuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/academic/wehi-weasel/wehi-weasel.SlackBuild b/academic/wehi-weasel/wehi-weasel.SlackBuild index 5a8de5b25cf51..2eae95610b06a 100644 --- a/academic/wehi-weasel/wehi-weasel.SlackBuild +++ b/academic/wehi-weasel/wehi-weasel.SlackBuild @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=wehi-weasel -VERSION=${VERSION:-3.6.11.8} +VERSION=${VERSION:-3.7.1.18} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -36,7 +36,7 @@ OUTPUT=${OUTPUT:-/tmp} SRCNAM=wsl JARNAM=Weasel -SRCVER=36118 +SRCVER=37118 SRCDIST=unix LICENSE=WeaselLicence.doc @@ -57,10 +57,10 @@ find -L . \ # Copy the jar file and the icons. I am not sure the icons are needed # by the program at runtime, but it will not hurt to have them there. -mkdir -p $PKG/usr/share/java/$PRGNAM +mkdir -p $PKG/opt/$PRGNAM cp -a \ $JARNAM.jar WeaselIcon16.gif WeaselIcon32.gif WeaselIcon.ico \ - $PKG/usr/share/java/$PRGNAM + $PKG/opt/$PRGNAM # You may wish to check this simple wrapper for the amount of RAM that # is allocated to the program. |