From abb469da975a0eaf7c491abe734458725e863f89 Mon Sep 17 00:00:00 2001 From: Cem Keylan Date: Sun, 28 Aug 2022 16:07:10 +0300 Subject: libxkbfile: move to extra --- extra/libxkbfile/build | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100755 extra/libxkbfile/build (limited to 'extra/libxkbfile/build') diff --git a/extra/libxkbfile/build b/extra/libxkbfile/build new file mode 100755 index 00000000..6daf22f8 --- /dev/null +++ b/extra/libxkbfile/build @@ -0,0 +1,7 @@ +#!/bin/sh -e + +./configure \ + --prefix=/usr + +make +make DESTDIR="$1" install -- cgit v1.2.3