repo/extra/strace/build

9 lines
100 B
Plaintext
Raw Normal View History

2020-10-20 10:21:29 -06:00
#!/bin/sh -e
./configure \
--prefix=/usr \
--disable-mpers
make
make DESTDIR="$1" install