Skip to content

Commit

Permalink
iproute2: Install binaries in /usr/sbin, our systemd services expect …
Browse files Browse the repository at this point in the history
…them there
  • Loading branch information
Ratler committed Aug 2, 2012
1 parent 8f3aae2 commit 92b3c0c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions net/iproute2/BUILD
Expand Up @@ -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
2 changes: 1 addition & 1 deletion net/iproute2/DETAILS
Expand Up @@ -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
Expand Down

0 comments on commit 92b3c0c

Please sign in to comment.