aboutsummaryrefslogtreecommitdiff
path: root/xorg/xdpyinfo/build
diff options
context:
space:
mode:
authorCem Keylan <cem@ckyln.com>2023-01-12 17:44:17 +0100
committerCem Keylan <cem@ckyln.com>2023-01-12 17:44:17 +0100
commit21bdbe0c9689c20028c9bd238239f73874fb2786 (patch)
treea8097c28193932faa880296efffaf1b4548582c9 /xorg/xdpyinfo/build
parent238d3abd17ee168766ce991b718c6b9dc55411a9 (diff)
downloadrepository-21bdbe0c9689c20028c9bd238239f73874fb2786.tar.gz
xdpyinfo: drop from repository
Diffstat (limited to 'xorg/xdpyinfo/build')
-rwxr-xr-xxorg/xdpyinfo/build7
1 files changed, 0 insertions, 7 deletions
diff --git a/xorg/xdpyinfo/build b/xorg/xdpyinfo/build
deleted file mode 100755
index 6daf22f8..00000000
--- a/xorg/xdpyinfo/build
+++ /dev/null
@@ -1,7 +0,0 @@
-#!/bin/sh -e
-
-./configure \
- --prefix=/usr
-
-make
-make DESTDIR="$1" install