]> git.armaanb.net Git - asd-repo.git/blob - core/npth/build
6daf22f8760565791aecfac8cd09c1ba939f69de
[asd-repo.git] / core / npth / build
1 #!/bin/sh -e
2
3 ./configure \
4     --prefix=/usr
5
6 make
7 make DESTDIR="$1" install