[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <87ehnmiv1m.fsf@spindle.srvr.nix>
Date: Sat, 04 Aug 2012 15:36:05 +0100
From: Nick Alcock <nick.alcock@...cle.com>
To: netdev@...r.kernel.org
Subject: [PATCH iproute2] Install the bridge command under the same name we build it.
Signed-off-by: Nick Alcock <nick.alcock@...cle.com>
---
bridge/Makefile | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/bridge/Makefile b/bridge/Makefile
index 0c333bf..9a6743e 100644
--- a/bridge/Makefile
+++ b/bridge/Makefile
@@ -7,8 +7,8 @@ all: bridge
bridge: $(BROBJ) $(LIBNETLINK)
install: all
- install -m 0755 br $(DESTDIR)$(SBINDIR)
+ install -m 0755 bridge $(DESTDIR)$(SBINDIR)
clean:
- rm -f $(BROBJ) br
+ rm -f $(BROBJ) bridge
--
1.7.11.2.155.g5ceeb62
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists