2
0
mirror of https://codeberg.org/kiss-community/repo synced 2024-12-24 08:20:05 -07:00
repo/core/libelf/build

9 lines
101 B
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