summaryrefslogtreecommitdiffstats
path: root/academic/fiji/fiji.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'academic/fiji/fiji.SlackBuild')
-rw-r--r--academic/fiji/fiji.SlackBuild9
1 files changed, 7 insertions, 2 deletions
diff --git a/academic/fiji/fiji.SlackBuild b/academic/fiji/fiji.SlackBuild
index bd77b87968..9f97499f69 100644
--- a/academic/fiji/fiji.SlackBuild
+++ b/academic/fiji/fiji.SlackBuild
@@ -64,7 +64,7 @@ fi
if [ "$ARCH" = "x86_64" ]; then
SUFFIX=linux64
else
- SUFFIX=inux32
+ SUFFIX=linux32
fi
rm -rf $PKG
@@ -114,7 +114,6 @@ cp -a \
jars \
java \
lib \
- licenses \
luts \
macros \
plugins \
@@ -124,6 +123,12 @@ cp -a \
$PRGNAM \
$PKG/opt/$PRGNAM
+if [ "$ARCH" = "x86_64" ]; then
+ cp -a \
+ licenses \
+ $PKG/opt/$PRGNAM
+fi
+
# If a file called "ImageJ2.desktop" is not present in the directory
# of fiji, it will create (and re-create it if you delete it) the file
# "~/.local/share/applications/ImageJ2.desktop" upon start. So, let it