[Lunar-commits] <moonbase> iproute2: fix an install path.

Florin Braescu florin at lunar-linux.org
Tue Feb 16 21:37:52 CET 2010


commit 94daff343b1972c15b1c93f572935379f75b666e
Author: Florin Braescu <florin at lunar-linux.org>
Date:   Tue Feb 16 22:37:52 2010 +0200

    iproute2: fix an install path.
---
 net/iproute2/BUILD |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/net/iproute2/BUILD b/net/iproute2/BUILD
index 1eb3b71..af08275 100644
--- a/net/iproute2/BUILD
+++ b/net/iproute2/BUILD
@@ -2,6 +2,7 @@
 
   sedit "s:/usr/lib/:lib/:" Makefile
   sedit "s:\$(DESTDIR)\$(CONFDIR):\$(CONFDIR):" Makefile
+  sedit "s:\$(DESTDIR)\$(ARPDDIR):\$(ARPDDIR):" Makefile
 
   sedit 's at linux/socket.h at sys/socket.h@' include/linux/netlink.h
   if ! in_depends $MODULE db; then
@@ -12,7 +13,6 @@
   ./configure &&
   KERNEL_INCLUDE=/usr/include/ make SBINDIR=/sbin &&
   prepare_install &&
-  make SBINDIR=/sbin install        
-
-) > $C_FIFO 2>&1
+  make SBINDIR=/sbin install
 
+) > $C_FIFO 2>&1
\ No newline at end of file


More information about the Lunar-commits mailing list