aboutsummaryrefslogtreecommitdiff
path: root/xorg/xkbcomp/build
diff options
context:
space:
mode:
Diffstat (limited to 'xorg/xkbcomp/build')
-rwxr-xr-xxorg/xkbcomp/build10
1 files changed, 0 insertions, 10 deletions
diff --git a/xorg/xkbcomp/build b/xorg/xkbcomp/build
deleted file mode 100755
index 75e3546c..00000000
--- a/xorg/xkbcomp/build
+++ /dev/null
@@ -1,10 +0,0 @@
-#!/bin/sh -e
-
-export LDFLAGS="$LDFLAGS -static"
-export PKG_CONFIG="pkgconf --static"
-
-./configure \
- --prefix=/usr
-
-make
-make DESTDIR="$1" install