kiss-mfavila-small/wip_ports/todo/unknown/xvkbd/build
2022-12-01 20:40:24 -04:00

12 lines
177 B
Bash
Executable File

#!/bin/sh -e
./configure \
--prefix=/usr
make
# Work around a bug in the generated install script
mkdir -p "$1/usr/share/X11/app-defaults"
make DESTDIR="$1" install