[Lunar-commits] <moonbase-core> lftp: use sedit instead of using sed directly

Stefan Wold ratler at lunar-linux.org
Fri Aug 10 08:06:47 CEST 2012


commit b5c57a45047aeed4c9459d2b03a374c275c688dc
Author: Stefan Wold <ratler at lunar-linux.org>
Date: Thu, 09 Aug 2012 23:06:47 -0700
URL: https://github.com/lunar-linux/moonbase-core/commit/b5c57a45047aeed4c9459d2b03a374c275c688dc

lftp: use sedit instead of using sed directly
---
  ftp/lftp/BUILD                                               +2/-2     
  1 files changed, 2 insertions (+), 2 deletions (-)

--- a/ftp/lftp/BUILD
+++ b/ftp/lftp/BUILD
@@ -1,7 +1,7 @@
 (
 
-# fix compiling with glibc 2.16.0
-  sed -i '/gets is a security hole/d' lib/stdio.in.h  &&
+  # fix compiling with glibc 2.16.0
+  sedit '/gets is a security hole/d' lib/stdio.in.h  &&
 
   # get the alias
   SSL=`unalias %SSL` &&




More information about the Lunar-commits mailing list