mirror of
https://github.com/qpdf/qpdf.git
synced 2024-12-22 10:58:58 +00:00
Don't hard-code soname in build-appimage
This commit is contained in:
parent
08fb583449
commit
37f7f57dc5
@ -156,7 +156,7 @@ unset QTDIR; unset QT_PLUGIN_PATH
|
||||
# Since cmake strips runpath information for executables and we are
|
||||
# installing with DESTDIR, we need to set LD_LIBRARY_PATH or else ldd
|
||||
# will fail on the resulting executables
|
||||
export LD_LIBRARY_PATH=$(dirname $(find $appdir -type l -name libqpdf.so.28))
|
||||
export LD_LIBRARY_PATH=$(dirname $(find $appdir -type l -name 'libqpdf.so.*'))
|
||||
|
||||
# Let 'linuxdeployqt' do its first stage of work:
|
||||
./linuxdeployqt*.AppImage appdir/usr/share/applications/*.desktop -bundle-non-qt-libs
|
||||
|
Loading…
Reference in New Issue
Block a user