aboutsummaryrefslogtreecommitdiff
path: root/community/figlet/build
blob: 0c04856da9501a908e0f8ffc8cc22169b1c533a9 (plain)
1
2
3
4
5
6
7
#!/bin/sh -e

sed '/DECLS/d' utf8.h >_
cat _ > utf8.h; rm -f _

make prefix=/usr
make prefix=/usr DESTDIR="$1" install