repo/core/libelf/build

9 lines
101 B
Plaintext
Raw Normal View History

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