2
0
mirror of https://codeberg.org/kiss-community/repo synced 2024-07-04 23:12:28 +00:00

gcompat: Add symlink

This commit is contained in:
Dylan Araps 2020-07-17 14:13:16 +03:00
parent 39ea63b7f8
commit bb5081b430
No known key found for this signature in database
GPG Key ID: 46D62DD9F1DE636E

View File

@ -2,6 +2,8 @@
sed -i 's|/lib|/usr/lib|g' Makefile
make LOADER_NAME=ld-linux-x86-64.so.2
make
make DESTDIR="$1" install
ln -s ld-linux.so.2 "$1/usr/lib/ld-linux-x86-64.so.2"