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 | 24635e0d85d5af31a3c97a1dd5d76044c3574b0a (patch) | |
tree | dfb7d987dd55ae2af86c7eef8e352d5d821b5daf /xorg/xkbcomp/build | |
parent | 1fd5c31953a27c954c9a37a2857e6eaefe7d00da (diff) | |
download | repository-24635e0d85d5af31a3c97a1dd5d76044c3574b0a.tar.gz |
xkbcomp: move to extra
Diffstat (limited to 'xorg/xkbcomp/build')
-rwxr-xr-x | xorg/xkbcomp/build | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/xorg/xkbcomp/build b/xorg/xkbcomp/build deleted file mode 100755 index 75e3546c..00000000 --- a/xorg/xkbcomp/build +++ /dev/null @@ -1,10 +0,0 @@ -#!/bin/sh -e - -export LDFLAGS="$LDFLAGS -static" -export PKG_CONFIG="pkgconf --static" - -./configure \ - --prefix=/usr - -make -make DESTDIR="$1" install |