aboutsummaryrefslogtreecommitdiff
path: root/xorg/xorgproto/build
diff options
context:
space:
mode:
authorCem Keylan <cem@ckyln.com>2023-01-12 17:47:27 +0100
committerCem Keylan <cem@ckyln.com>2023-01-12 17:47:27 +0100
commit8e48549f09d3f585118b984a1065a8d803f0303d (patch)
tree6cf6219f55bf783f725230a6465150a7c40669bd /xorg/xorgproto/build
parentb70d8ce3b4948d0c445c9095ff8486e9abcb7ac4 (diff)
downloadrepository-8e48549f09d3f585118b984a1065a8d803f0303d.tar.gz
xorgproto: move to extra
Diffstat (limited to 'xorg/xorgproto/build')
-rwxr-xr-xxorg/xorgproto/build8
1 files changed, 0 insertions, 8 deletions
diff --git a/xorg/xorgproto/build b/xorg/xorgproto/build
deleted file mode 100755
index 20f084fe..00000000
--- a/xorg/xorgproto/build
+++ /dev/null
@@ -1,8 +0,0 @@
-#!/bin/sh -e
-
-./configure \
- --prefix=/usr \
- --enable-legacy
-
-make
-make DESTDIR="$1" install