aboutsummaryrefslogtreecommitdiff
path: root/xorg/xinit/build
diff options
context:
space:
mode:
Diffstat (limited to 'xorg/xinit/build')
-rwxr-xr-xxorg/xinit/build11
1 files changed, 0 insertions, 11 deletions
diff --git a/xorg/xinit/build b/xorg/xinit/build
deleted file mode 100755
index f374273f..00000000
--- a/xorg/xinit/build
+++ /dev/null
@@ -1,11 +0,0 @@
-#!/bin/sh -e
-
-./configure \
- --prefix=/usr \
- --with-xinitdir=/etc/X11/xinit
-
-make
-make DESTDIR="$1" install
-
-sed 's/enable_xauth=1/enable_xauth=0/' "$1/usr/bin/startx" >_
-cat _ > "$1/usr/bin/startx"