diff options
author | Cem Keylan <cem@ckyln.com> | 2023-01-12 17:47:27 +0100 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2023-01-12 17:47:27 +0100 |
commit | 53fc24a825185071526b38d69c658694b7dae4b3 (patch) | |
tree | ca7409f487e729c4d94ad6e0dfc6f8dd7cdceaa3 /xorg/libXrandr/build | |
parent | 71dddcc66d6e4ca000d55fa90db7d834395174fb (diff) | |
download | repository-53fc24a825185071526b38d69c658694b7dae4b3.tar.gz |
libXrandr: move to extra
Diffstat (limited to 'xorg/libXrandr/build')
-rwxr-xr-x | xorg/libXrandr/build | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/xorg/libXrandr/build b/xorg/libXrandr/build deleted file mode 100755 index 6daf22f8..00000000 --- a/xorg/libXrandr/build +++ /dev/null @@ -1,7 +0,0 @@ -#!/bin/sh -e - -./configure \ - --prefix=/usr - -make -make DESTDIR="$1" install |