aboutsummaryrefslogtreecommitdiff
path: root/xorg/xorg-util-macros/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
commitb70d8ce3b4948d0c445c9095ff8486e9abcb7ac4 (patch)
tree8457711cdb03871f17b9c1efe8af50b44cec833b /xorg/xorg-util-macros/build
parentdcfb7a55ed9f5a41af396ae41d8327d5da348667 (diff)
downloadrepository-b70d8ce3b4948d0c445c9095ff8486e9abcb7ac4.tar.gz
xorg-util-macros: move to extra
Diffstat (limited to 'xorg/xorg-util-macros/build')
-rwxr-xr-xxorg/xorg-util-macros/build7
1 files changed, 0 insertions, 7 deletions
diff --git a/xorg/xorg-util-macros/build b/xorg/xorg-util-macros/build
deleted file mode 100755
index 6daf22f8..00000000
--- a/xorg/xorg-util-macros/build
+++ /dev/null
@@ -1,7 +0,0 @@
-#!/bin/sh -e
-
-./configure \
- --prefix=/usr
-
-make
-make DESTDIR="$1" install