X-Git-Url: https://git.armaanb.net/?a=blobdiff_plain;f=xorg%2Fxauth%2Fbuild;fp=xorg%2Fxauth%2Fbuild;h=373bceeddbf7b6ca047f2b2a3548a4a0e50afaad;hb=c17265ca3ac711a178dabb14a81a5ea82785cb56;hp=0000000000000000000000000000000000000000;hpb=3d50ba7341c29c8cfe9e9a7a25b418921e1e1d73;p=asd-repo.git diff --git a/xorg/xauth/build b/xorg/xauth/build new file mode 100755 index 0000000..373bcee --- /dev/null +++ b/xorg/xauth/build @@ -0,0 +1,9 @@ +#!/bin/sh -e + +./configure \ + --prefix=/usr \ + --mandir=/usr/share/man \ + --localstatedir=/var + +make +make DESTDIR="$1" install