]> git.armaanb.net Git - asd-repo.git/blob - xorg/xauth/build
373bceeddbf7b6ca047f2b2a3548a4a0e50afaad
[asd-repo.git] / xorg / xauth / build
1 #!/bin/sh -e
2
3 ./configure \
4     --prefix=/usr \
5     --mandir=/usr/share/man \
6     --localstatedir=/var
7
8 make
9 make DESTDIR="$1" install