kiss-mfavila-large/core-mod/core/tine-git/build

9 lines
155 B
Plaintext
Raw Normal View History

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