aboutsummaryrefslogtreecommitdiff
path: root/xorg/xtrans/build
diff options
context:
space:
mode:
authorCem Keylan <cem@ckyln.com>2023-01-12 17:39:05 +0100
committerCem Keylan <cem@ckyln.com>2023-01-12 17:39:05 +0100
commit5a3884da2c987a8f328a0faa9d77fee31fb0fc80 (patch)
tree7dc9a2ac9e814c946a8eacec1bcf763d1a5dd12f /xorg/xtrans/build
parent8387575a68b9bd1d4b6edacdc15f3187c777afa3 (diff)
downloadrepository-5a3884da2c987a8f328a0faa9d77fee31fb0fc80.tar.gz
xtrans: move to extra
Diffstat (limited to 'xorg/xtrans/build')
-rwxr-xr-xxorg/xtrans/build7
1 files changed, 0 insertions, 7 deletions
diff --git a/xorg/xtrans/build b/xorg/xtrans/build
deleted file mode 100755
index 6daf22f8..00000000
--- a/xorg/xtrans/build
+++ /dev/null
@@ -1,7 +0,0 @@
-#!/bin/sh -e
-
-./configure \
- --prefix=/usr
-
-make
-make DESTDIR="$1" install