[Lunar-commits] <moonbase-core> iputils: Tweaked CCOPOPT sedit

Stefan Wold ratler at lunar-linux.org
Sat Jan 5 08:06:53 CET 2013


commit 77f9cebef831f80134dbab8a8aea7cff30dda97c
Author: Stefan Wold <ratler at lunar-linux.org>
Date: Fri, 04 Jan 2013 23:06:53 -0800
URL: https://github.com/lunar-linux/moonbase-core/commit/77f9cebef831f80134dbab8a8aea7cff30dda97c

iputils: Tweaked CCOPOPT sedit

Thanks for spotting the first error v4hn, this was how it was supposed to be.
---
  net/iputils/BUILD | +1/-2     
  1 file changed, 1 insertion(+), 2 deletions(-)

--- a/net/iputils/BUILD
+++ b/net/iputils/BUILD
@@ -4,8 +4,7 @@
   tar xvf $SOURCE_CACHE/$SOURCE2 --strip-components=1 &&
   
   # Set $CFLAGS
-  sedit "s;^CCOPTOPT=;CCOPTOPT=$CFLAGS ;" Makefile &&
-  cat Makefile &&
+  sedit "s;^CCOPTOPT=.*;CCOPTOPT=$CFLAGS;" Makefile &&
 
   make  &&
   prepare_install  &&




More information about the Lunar-commits mailing list