aboutsummaryrefslogtreecommitdiff
path: root/xorg/pixman/build
diff options
context:
space:
mode:
Diffstat (limited to 'xorg/pixman/build')
-rwxr-xr-xxorg/pixman/build8
1 files changed, 0 insertions, 8 deletions
diff --git a/xorg/pixman/build b/xorg/pixman/build
deleted file mode 100755
index cb0b1bff..00000000
--- a/xorg/pixman/build
+++ /dev/null
@@ -1,8 +0,0 @@
-#!/bin/sh -e
-
-./configure \
- --prefix=/usr \
- --disable-gtk
-
-make
-make DESTDIR="$1" install