]> git.armaanb.net Git - asd-repo.git/blob - texinfo/build
mutt: remove /etc/Mutt*
[asd-repo.git] / texinfo / build
1 #!/usr/bin/sh -e
2
3 ./configure
4 make PREFIX="$1/usr"
5 make install DESTDIR="$1"