2
0
mirror of https://codeberg.org/kiss-community/repo synced 2024-10-04 08:20:55 -06:00
repo/core/libelf/build

9 lines
Plaintext
Raw Normal View History

2019-06-21 09:09:56 -06:00
#!/bin/sh -e
./configure \
--prefix=/usr \
2019-06-21 09:42:08 -06:00
--disable-nls
2019-06-21 09:09:56 -06:00
make
2019-06-21 09:42:08 -06:00
make prefix="$1/usr" install