aboutsummaryrefslogtreecommitdiff
path: root/community
diff options
context:
space:
mode:
authorCem Keylan <cem@ckyln.com>2020-01-29 20:04:15 +0300
committerCem Keylan <cem@ckyln.com>2020-01-29 20:04:15 +0300
commitc0bd3c4d7e31c10735353cbeac7d69ed5c6d27d4 (patch)
tree164905ec18587312d599151a73e3a6ec7317fdfa /community
parent0797050d45882b0ee417756537a2d1a80d9f5dc5 (diff)
downloadrepository-c0bd3c4d7e31c10735353cbeac7d69ed5c6d27d4.tar.gz
figlet: remove -i from sed on build
Diffstat (limited to 'community')
-rwxr-xr-xcommunity/figlet/build2
1 files changed, 1 insertions, 1 deletions
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