diff options
author | Cem Keylan <cem@ckyln.com> | 2022-08-28 16:09:34 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2022-08-28 16:09:34 +0300 |
commit | 92d7ac74f28d31d73906ac3321d084798203ec86 (patch) | |
tree | 80674bcdbb8fff93b3e934fa6bd1f18656600769 /xorg/xcb-proto/build | |
parent | 7966962751f77a01a16360cc189cafb7c255e75d (diff) | |
download | repository-92d7ac74f28d31d73906ac3321d084798203ec86.tar.gz |
xcb-proto: move to extra
Diffstat (limited to 'xorg/xcb-proto/build')
-rwxr-xr-x | xorg/xcb-proto/build | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/xorg/xcb-proto/build b/xorg/xcb-proto/build deleted file mode 100755 index 6daf22f8..00000000 --- a/xorg/xcb-proto/build +++ /dev/null @@ -1,7 +0,0 @@ -#!/bin/sh -e - -./configure \ - --prefix=/usr - -make -make DESTDIR="$1" install |