2
0
mirror of https://codeberg.org/kiss-community/repo synced 2024-12-22 07:10:16 -07:00
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