mirror of
https://codeberg.org/kiss-community/repo
synced 2024-11-16 03:30:23 -07:00
11 lines
145 B
Bash
Executable File
11 lines
145 B
Bash
Executable File
#!/bin/sh -e
|
|
|
|
sed -i 's/-I/-isystem /g' libelf.pc.in
|
|
|
|
./configure \
|
|
--prefix=/usr \
|
|
--enable-nls=auto
|
|
|
|
make
|
|
make prefix="$1/usr" install
|