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 | 8eaa073e349d6d228f345b525a792cd44e28989a (patch) | |
tree | 860bf84e35eba20f2c91b1869e4682d7e5576c6e /xorg/xcb-util-xrm/build | |
parent | e7aa58b23c48a440254ebe31244669a1e3be8033 (diff) | |
download | repository-8eaa073e349d6d228f345b525a792cd44e28989a.tar.gz |
xcb-util-xrm: move to extra
Diffstat (limited to 'xorg/xcb-util-xrm/build')
-rwxr-xr-x | xorg/xcb-util-xrm/build | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/xorg/xcb-util-xrm/build b/xorg/xcb-util-xrm/build deleted file mode 100755 index 58535d66..00000000 --- a/xorg/xcb-util-xrm/build +++ /dev/null @@ -1,8 +0,0 @@ -#!/bin/sh -e - -./configure \ - --prefix=/usr \ - --disable-devel-docs - -make -make DESTDIR="$1" install |