diff options
Diffstat (limited to 'community/figlet/build')
-rwxr-xr-x | community/figlet/build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/figlet/build b/community/figlet/build index 8c0b6604..f604eb35 100755 --- a/community/figlet/build +++ b/community/figlet/build @@ -1,5 +1,5 @@ #!/bin/sh -e -sed '/DECLS/d' utf8.h > utf8.h.bak && mv utf8.h.bak utf8.h +sed -i '/DECLS/d' utf8.h make prefix=/usr make prefix=/usr DESTDIR="$1" install |