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 | dcfb7a55ed9f5a41af396ae41d8327d5da348667 (patch) | |
tree | f950c2c14d8bd7ec1c6b45efb840ce3750209607 /xorg/xkeyboard-config/build | |
parent | 24635e0d85d5af31a3c97a1dd5d76044c3574b0a (diff) | |
download | repository-dcfb7a55ed9f5a41af396ae41d8327d5da348667.tar.gz |
xkeyboard-config: move to extra
Diffstat (limited to 'xorg/xkeyboard-config/build')
-rwxr-xr-x | xorg/xkeyboard-config/build | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/xorg/xkeyboard-config/build b/xorg/xkeyboard-config/build deleted file mode 100755 index 20b55fd4..00000000 --- a/xorg/xkeyboard-config/build +++ /dev/null @@ -1,9 +0,0 @@ -#!/bin/sh -e - -export DESTDIR="$1" - -cl-meson \ - . output - -ninja -C output -ninja -C output install |