[Lunar-commits] <moonbase> iproute2: A couple of adjustments to BUILD so /etc/iproute2 goes there instead

Dennis 'stumbles' Veatch stumbles at lunar-linux.org
Mon Jun 22 03:48:28 CEST 2009


commit 0db886e6c9a8519336e86755a3e293281ade788d
Author: Dennis 'stumbles' Veatch <stumbles at lunar-linux.org>
Date:   Sun Jun 21 21:48:28 2009 -0400

    iproute2: A couple of adjustments to BUILD so /etc/iproute2 goes there instead
    
    of /usr/etc/iproute2 and /usr/lib/tc goes there instead of /usr/usr/lib/tc.
---
 net/iproute2/BUILD |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/net/iproute2/BUILD b/net/iproute2/BUILD
index 56db856..1eb3b71 100644
--- a/net/iproute2/BUILD
+++ b/net/iproute2/BUILD
@@ -1,5 +1,8 @@
 (
 
+  sedit "s:/usr/lib/:lib/:" Makefile
+  sedit "s:\$(DESTDIR)\$(CONFDIR):\$(CONFDIR):" Makefile
+
   sedit 's at linux/socket.h at sys/socket.h@' include/linux/netlink.h
   if ! in_depends $MODULE db; then
     sedit 's/arpd//' misc/Makefile


More information about the Lunar-commits mailing list