diff options
author | Cem Keylan <cem@ckyln.com> | 2023-01-12 17:35:28 +0100 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2023-01-12 17:35:28 +0100 |
commit | 64aed67ecc2b32f527544b9d655834d2a20ad768 (patch) | |
tree | 1dbe118e18bd593f8bd396cd60f512fa9124346d /xorg/xauth/build | |
parent | 4a62151f8411b43cb52cf680e96ee61f504141f4 (diff) | |
download | repository-64aed67ecc2b32f527544b9d655834d2a20ad768.tar.gz |
xauth: drop from repository
Diffstat (limited to 'xorg/xauth/build')
-rwxr-xr-x | xorg/xauth/build | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/xorg/xauth/build b/xorg/xauth/build deleted file mode 100755 index 373bceed..00000000 --- a/xorg/xauth/build +++ /dev/null @@ -1,9 +0,0 @@ -#!/bin/sh -e - -./configure \ - --prefix=/usr \ - --mandir=/usr/share/man \ - --localstatedir=/var - -make -make DESTDIR="$1" install |