From a12c1608dbd371f2af95865ee20ef3b9b7ff249c Mon Sep 17 00:00:00 2001 From: Cem Keylan Date: Sat, 23 May 2020 16:58:48 +0300 Subject: figlet: POSIX sed --- community/figlet/build | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'community') diff --git a/community/figlet/build b/community/figlet/build index f604eb35..0c04856d 100755 --- a/community/figlet/build +++ b/community/figlet/build @@ -1,5 +1,7 @@ #!/bin/sh -e -sed -i '/DECLS/d' utf8.h +sed '/DECLS/d' utf8.h >_ +cat _ > utf8.h; rm -f _ + make prefix=/usr make prefix=/usr DESTDIR="$1" install -- cgit v1.2.3