aboutsummaryrefslogtreecommitdiff
path: root/xorg/xauth/build
diff options
context:
space:
mode:
authorCem Keylan <cem@ckyln.com>2023-01-12 17:35:28 +0100
committerCem Keylan <cem@ckyln.com>2023-01-12 17:35:28 +0100
commit64aed67ecc2b32f527544b9d655834d2a20ad768 (patch)
tree1dbe118e18bd593f8bd396cd60f512fa9124346d /xorg/xauth/build
parent4a62151f8411b43cb52cf680e96ee61f504141f4 (diff)
downloadrepository-64aed67ecc2b32f527544b9d655834d2a20ad768.tar.gz
xauth: drop from repository
Diffstat (limited to 'xorg/xauth/build')
-rwxr-xr-xxorg/xauth/build9
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