repo/extra/npth/build

6 lines
71 B
Plaintext
Raw Normal View History

2024-01-01 14:48:38 -07:00
#!/bin/sh -e
./configure --prefix=/usr
make
make DESTDIR="$1" install