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

11 lines
254 B
Bash
Executable File

#!/bin/sh -e
# Adding this patch forces the libXft
# dependency, but the upstream (git) already
# uses it. It is also much better than the ancient
# logical X font description.
patch -p1 < tabbed-0.6-xft.diff
make
make DESTDIR="$1" PREFIX=/usr install