2
0
mirror of https://codeberg.org/kiss-community/repo synced 2024-10-03 15:00:58 -06: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
2023-03-02 07:40:00 -07:00
make DESTDIR="$1" install