aboutsummaryrefslogtreecommitdiff
path: root/community/figlet/build
blob: 8c0b660473108e2e72267f7d1655ff3b90b0c444 (plain)
1
2
3
4
5
#!/bin/sh -e

sed '/DECLS/d' utf8.h > utf8.h.bak && mv utf8.h.bak utf8.h
make prefix=/usr
make prefix=/usr DESTDIR="$1" install