2
0
mirror of https://codeberg.org/kiss-community/repo synced 2024-07-15 20:32:26 +00:00
repo/extra/gcompat/build

10 lines
179 B
Plaintext
Raw Normal View History

2020-07-17 11:07:29 +00:00
#!/bin/sh -e
sed -i 's|/lib|/usr/lib|g' Makefile
2020-07-17 11:23:12 +00:00
make LINKER_PATH=/usr/lib/ld-musl-x86_64.so.1
2020-07-17 11:07:29 +00:00
make DESTDIR="$1" install
2020-07-17 11:13:16 +00:00
ln -s ld-linux.so.2 "$1/usr/lib/ld-linux-x86-64.so.2"