]> git.armaanb.net Git - asd-repo.git/blob - extra/libfixposix/build
software-choices: add oksh
[asd-repo.git] / extra / libfixposix / build
1 #!/usr/bin/sh -e
2
3 autoreconf -i -f
4 mkdir build
5 cd build
6 ../configure
7 make PREFIX=/usr
8 make DESTDIR="$1" install