mirror of
https://codeberg.org/kiss-community/repo
synced 2024-12-22 07:10:16 -07:00
gcompat: Use correct linker path
This commit is contained in:
parent
bb5081b430
commit
ab2e66bc8d
@ -2,7 +2,7 @@
|
||||
|
||||
sed -i 's|/lib|/usr/lib|g' Makefile
|
||||
|
||||
make
|
||||
make LINKER_PATH=/usr/lib/ld-musl-x86_64.so.1
|
||||
make DESTDIR="$1" install
|
||||
|
||||
ln -s ld-linux.so.2 "$1/usr/lib/ld-linux-x86-64.so.2"
|
||||
|
Loading…
Reference in New Issue
Block a user