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