From c0bd3c4d7e31c10735353cbeac7d69ed5c6d27d4 Mon Sep 17 00:00:00 2001 From: Cem Keylan Date: Wed, 29 Jan 2020 20:04:15 +0300 Subject: figlet: remove -i from sed on build --- community/figlet/build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'community') diff --git a/community/figlet/build b/community/figlet/build index f604eb35..8c0b6604 100755 --- a/community/figlet/build +++ b/community/figlet/build @@ -1,5 +1,5 @@ #!/bin/sh -e -sed -i '/DECLS/d' utf8.h +sed '/DECLS/d' utf8.h > utf8.h.bak && mv utf8.h.bak utf8.h make prefix=/usr make prefix=/usr DESTDIR="$1" install -- cgit v1.2.3