kiss-mfavila-large/ports/unofficial/stable/xless/build

12 lines
195 B
Plaintext
Raw Normal View History

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