Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Graphics
digiKam
Commits
dd855b7a
Commit
dd855b7a
authored
Aug 13, 2018
by
Gilles Caulier
🗼
Browse files
make symbolic link for libssl.so missing in the bundle to prevent to use system based lib instead
BUGS: 395201
FIXED-IN: 6.0.0
parent
1119ecf7
Changes
1
Hide whitespace changes
Inline
Side-by-side
project/bundles/appimage/04-build-appimage.sh
View file @
dd855b7a
...
@@ -262,6 +262,8 @@ done
...
@@ -262,6 +262,8 @@ done
echo
-e
"---------- Clean-up Bundle Directory Contents
\n
"
echo
-e
"---------- Clean-up Bundle Directory Contents
\n
"
ln
-s
libssl.so.10 usr/lib/libssl.so
||
true
# The following are assumed to be part of the base system
# The following are assumed to be part of the base system
rm
-f
usr/lib/libcom_err.so.2
||
true
rm
-f
usr/lib/libcom_err.so.2
||
true
rm
-f
usr/lib/libcrypt.so.1
||
true
rm
-f
usr/lib/libcrypt.so.1
||
true
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment