Skip to content

Commit 02e1651

Browse files
AppImage: do not include /usr/lib/rxtx and /usr/lib64/lib any more,
they are not used any more.
1 parent 4f38a12 commit 02e1651

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

tools/mkappimage.sh

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -143,12 +143,7 @@ fi
143143
144144
cd \${IRSCRUTINIZERHOME}
145145
146-
# Since the lock directory is sometimes different from /var/lock,
147-
# we prefer the system's rxtx (if existing) over our own,
148-
# which is why we put our own last in the path.
149-
# If it exists but is broken (Fedora 29-30, https://bugzilla.redhat.com/show_bug.cgi?id=1645856 )
150-
# the program just searches the following directories.
151-
exec "${JAVA_PATH}java" -Djava.library.path=/usr/local/lib:/usr/lib64/rxtx:/usr/lib64:/usr/lib/rxtx:/usr/lib:\${IRSCRUTINIZERHOME}/Linux-amd64 \
146+
exec "${JAVA_PATH}java" -Djava.library.path=/usr/local/lib:/usr/lib64:/usr/lib:\${IRSCRUTINIZERHOME}/Linux-amd64 \
152147
${JAVA_QUICKSTART} -jar \${IRSCRUTINIZERHOME}/${APPNAME}-jar-with-dependencies.jar "\$@"
153148
EOF
154149

0 commit comments

Comments
 (0)