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 | 970043469fb51ec85a2852073716185380f5276c (patch) | |
tree | bb5d436048d2e92c0d3dc662c5929b3c4216829f /xorg/libXinerama/build | |
parent | 7360fecf24c1d344c27d1ef2668923497d41f698 (diff) | |
download | repository-970043469fb51ec85a2852073716185380f5276c.tar.gz |
libXinerama: move to extra
Diffstat (limited to 'xorg/libXinerama/build')
-rwxr-xr-x | xorg/libXinerama/build | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/xorg/libXinerama/build b/xorg/libXinerama/build deleted file mode 100755 index 105ed0c2..00000000 --- a/xorg/libXinerama/build +++ /dev/null @@ -1,8 +0,0 @@ -#!/bin/sh -e - -./configure \ - --prefix=/usr \ - --enable-malloc0returnsnull - -make -make DESTDIR="$1" install |