2021-05-10 12:55:12 -04:00
|
|
|
#!/bin/sh -e
|
|
|
|
|
2021-05-11 00:07:37 -04:00
|
|
|
# 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.
|
2021-05-10 12:55:12 -04:00
|
|
|
patch -p1 < tabbed-0.6-xft.diff
|
|
|
|
|
2021-09-16 18:06:34 -04:00
|
|
|
${EDITOR:=vi} config.def.h
|
2021-05-10 12:55:12 -04:00
|
|
|
make
|
|
|
|
make DESTDIR="$1" PREFIX=/usr install
|