diff options
author | Cem Keylan <cem@ckyln.com> | 2023-01-12 17:44:17 +0100 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2023-01-12 17:44:17 +0100 |
commit | 21bdbe0c9689c20028c9bd238239f73874fb2786 (patch) | |
tree | a8097c28193932faa880296efffaf1b4548582c9 /xorg/xdpyinfo/build | |
parent | 238d3abd17ee168766ce991b718c6b9dc55411a9 (diff) | |
download | repository-21bdbe0c9689c20028c9bd238239f73874fb2786.tar.gz |
xdpyinfo: drop from repository
Diffstat (limited to 'xorg/xdpyinfo/build')
-rwxr-xr-x | xorg/xdpyinfo/build | 7 |
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 |