diff options
author | Cem Keylan <cem@ckyln.com> | 2020-05-07 11:51:14 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2020-05-07 11:51:14 +0300 |
commit | 3893493ffed55db16e2347c31a4b1b88a2bbb28d (patch) | |
tree | 64d402750ac0e9353ec711327a332a8c6f21ea7c /xorg/xauth/build | |
parent | febcb0f3bf279dd82d7fd1bcd166bb7c6bf8c628 (diff) | |
download | repository-3893493ffed55db16e2347c31a4b1b88a2bbb28d.tar.gz |
xauth: add new package at 1.1 to xorg
Diffstat (limited to 'xorg/xauth/build')
-rwxr-xr-x | xorg/xauth/build | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/xorg/xauth/build b/xorg/xauth/build new file mode 100755 index 00000000..373bceed --- /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 |