2
0
mirror of https://codeberg.org/kiss-community/repo synced 2024-08-22 22:16:19 +00:00
repo/extra/gcompat/build

8 lines
116 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
make LOADER_NAME=ld-linux-x86-64.so.2
make DESTDIR="$1" install