9 lines
155 B
Plaintext
Raw Normal View History

2021-05-09 03:10:08 -03:00
#!/bin/sh -e
sed -i s/ncursesw\\/ncurses.h/ncurses.h/ Makefile
make
make DESTDIR="$1" install all
2021-05-11 01:07:37 -03:00
2021-05-09 03:10:08 -03:00
install -Dm 755 tine.1 "$1/usr/share/man/man1/tine.1"