diff options
author | Cem Keylan <cem@ckyln.com> | 2023-01-12 17:29:22 +0100 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2023-01-12 17:29:22 +0100 |
commit | 3e76749f64c51daff5349715df8623de05b7b830 (patch) | |
tree | 1b330496eba82be1f6c65e21ab8919e7442bbe2b /xorg/xf86-input-libinput/build | |
parent | 3e5efa3fd343a060b7bd6ac768b84ca860d9fbd6 (diff) | |
download | repository-3e76749f64c51daff5349715df8623de05b7b830.tar.gz |
drop xorg drivers
Diffstat (limited to 'xorg/xf86-input-libinput/build')
-rwxr-xr-x | xorg/xf86-input-libinput/build | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/xorg/xf86-input-libinput/build b/xorg/xf86-input-libinput/build deleted file mode 100755 index 6daf22f8..00000000 --- a/xorg/xf86-input-libinput/build +++ /dev/null @@ -1,7 +0,0 @@ -#!/bin/sh -e - -./configure \ - --prefix=/usr - -make -make DESTDIR="$1" install |