Skip to content

Commit 4fe5bd9

Browse files
author
psadi
committed
fix ld path
1 parent e870e4a commit 4fe5bd9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ esac
8080
cp -v /usr/lib/${ARCH}-linux-gnu/libpthread.so.0 ./usr/lib
8181

8282
if ! mv ./usr/lib/${ld_linux} ./ld-linux.so; then
83-
cp -v /usr/lib/${ld_linux} ./ld-linux.so
83+
cp -v /usr/lib/${ARCH}-linux-gnu/${ld_linux} ./ld-linux.so
8484
fi
8585

8686
# Prepare AppImage -- Configure launcher script, metainfo and desktop file with icon.

0 commit comments

Comments
 (0)