aboutsummaryrefslogtreecommitdiff
path: root/xorg/xrdb/build
diff options
context:
space:
mode:
authorCem Keylan <cem@ckyln.com>2023-01-12 17:38:50 +0100
committerCem Keylan <cem@ckyln.com>2023-01-12 17:38:50 +0100
commitf833e3253a08439b8bb1c34f215db54683f4740f (patch)
treefe744f9cf8978103d9681b7890a5513c15c6f033 /xorg/xrdb/build
parent7294fac99eecbf5ba9fabd6f65bde04de51255f3 (diff)
downloadrepository-f833e3253a08439b8bb1c34f215db54683f4740f.tar.gz
xrdb: drop from repository
Diffstat (limited to 'xorg/xrdb/build')
-rwxr-xr-xxorg/xrdb/build9
1 files changed, 0 insertions, 9 deletions
diff --git a/xorg/xrdb/build b/xorg/xrdb/build
deleted file mode 100755
index 373bceed..00000000
--- a/xorg/xrdb/build
+++ /dev/null
@@ -1,9 +0,0 @@
-#!/bin/sh -e
-
-./configure \
- --prefix=/usr \
- --mandir=/usr/share/man \
- --localstatedir=/var
-
-make
-make DESTDIR="$1" install