aboutsummaryrefslogtreecommitdiff
path: root/community/figlet/build
diff options
context:
space:
mode:
Diffstat (limited to 'community/figlet/build')
-rwxr-xr-xcommunity/figlet/build5
1 files changed, 5 insertions, 0 deletions
diff --git a/community/figlet/build b/community/figlet/build
new file mode 100755
index 00000000..f604eb35
--- /dev/null
+++ b/community/figlet/build
@@ -0,0 +1,5 @@
+#!/bin/sh -e
+
+sed -i '/DECLS/d' utf8.h
+make prefix=/usr
+make prefix=/usr DESTDIR="$1" install