]> git.armaanb.net Git - asd-repo.git/blob - junk/libfixposix/build
Create junk repo
[asd-repo.git] / junk / 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