diff options
author | Cem Keylan <cem@ckyln.com> | 2022-08-28 16:09:35 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2022-08-28 16:09:35 +0300 |
commit | e73f7f3e1255f9d56ddbad12b86b129e0cf67e09 (patch) | |
tree | f424ab1e652b093e4cd9108ddfc16e0a246e763b /xorg/xcb-util-image/build | |
parent | 5b8acff505dc2ef704424f96f44ce74b1f576956 (diff) | |
download | repository-e73f7f3e1255f9d56ddbad12b86b129e0cf67e09.tar.gz |
xcb-util-image: move to extra
Diffstat (limited to 'xorg/xcb-util-image/build')
-rwxr-xr-x | xorg/xcb-util-image/build | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/xorg/xcb-util-image/build b/xorg/xcb-util-image/build deleted file mode 100755 index 7ca84fcf..00000000 --- a/xorg/xcb-util-image/build +++ /dev/null @@ -1,8 +0,0 @@ -#!/bin/sh -e - -./configure \ - --prefix=/usr \ - --disable-static - -make -make DESTDIR="$1" install |