mirror of
https://codeberg.org/kiss-community/repo
synced 2024-12-22 23:30:05 -07:00
8 lines
116 B
Bash
Executable File
8 lines
116 B
Bash
Executable File
#!/bin/sh -e
|
|
|
|
sed -i 's|/lib|/usr/lib|g' Makefile
|
|
|
|
make LOADER_NAME=ld-linux-x86-64.so.2
|
|
make DESTDIR="$1" install
|
|
|