kiss-mfavila-small/ports/xvkbd/build

10 lines
171 B
Plaintext
Raw Normal View History

2021-05-09 06:10:08 +00:00
#!/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