]> git.armaanb.net Git - asd-repo.git/blob - junk/ugrep/build
The comeback
[asd-repo.git] / junk / ugrep / build
1 #!/usr/bin/sh -e
2
3 ./configure \
4     --prefix=/usr \
5     --sysconfdir=/etc \
6     --mandir=/usr/share/man
7
8 make
9 make DESTDIR="$1" install