2021-05-09 02:10:08 -04:00
|
|
|
#!/bin/sh -e
|
|
|
|
|
2022-02-12 19:12:39 -05:00
|
|
|
chmod +rw *
|
2021-05-12 15:49:35 -04:00
|
|
|
patch -p1 < errors.patch
|
2022-02-12 19:12:39 -05:00
|
|
|
chmod +rw *
|
|
|
|
patch -p1 < ttf.patch
|
2021-05-12 15:49:35 -04:00
|
|
|
|
2021-05-09 02:10:08 -04:00
|
|
|
make
|
2022-02-12 19:12:39 -05:00
|
|
|
make DESTDIR="$1" install
|
|
|
|
|
|
|
|
#install -Dm755 xless "$1/usr/bin/xless"
|
|
|
|
#install -Dm755 xless.man "$1/usr/share/man/man1/xless.1"
|