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