[Lunar-commits] <moonbase-core> iproute2: Install binaries in /usr/sbin, our systemd services expect them there

Stefan Wold ratler at lunar-linux.org
Thu Aug 2 15:50:51 CEST 2012


commit 92b3c0cbe086a60198e7b2d96716198c9bcf961c
Author: Stefan Wold <ratler at lunar-linux.org>
Date: Thu, 02 Aug 2012 06:50:51 -0700
URL: https://github.com/lunar-linux/moonbase-core/commit/92b3c0cbe086a60198e7b2d96716198c9bcf961c

iproute2: Install binaries in /usr/sbin, our systemd services expect them there
---
  net/iproute2/BUILD                                           +2/-2     
  net/iproute2/DETAILS                                         +1/-1     
  2 files changed, 3 insertions (+), 3 deletions (-)

--- a/net/iproute2/BUILD
+++ b/net/iproute2/BUILD
@@ -10,8 +10,8 @@
 
   chmod +x configure &&
   ./configure &&
-  KERNEL_INCLUDE=/usr/include/ make SBINDIR=/sbin &&
+  KERNEL_INCLUDE=/usr/include/ make SBINDIR=/usr/sbin &&
   prepare_install &&
-  make SBINDIR=/sbin install
+  make SBINDIR=/usr/sbin install
 
 ) > $C_FIFO 2>&1
--- a/net/iproute2/DETAILS
+++ b/net/iproute2/DETAILS
@@ -5,7 +5,7 @@
       SOURCE_VFY=sha1:fcea492dea2f3ecf9d35f279e2f1a7ea6ca0d527
         WEB_SITE=http://www.linuxfoundation.org/en/Net:Iproute2
          ENTERED=20021106
-         UPDATED=20120729
+         UPDATED=20120802
            SHORT="Professional tools to control networking in Linux kernels"
 
 cat << EOF




More information about the Lunar-commits mailing list