From 06a4c46aec5a04057ec3c5ce7dab133671967bb6 Mon Sep 17 00:00:00 2001 From: Waldemar Kornewald Date: Wed, 31 Mar 2004 11:44:37 +0000 Subject: [PATCH] Fixed the install-networking conflict between the route command and the route kernel module. Thank you, Jerome and Ingo, for you help. git-svn-id: file:///srv/svn/repos/haiku/trunk/current@7133 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- src/apps/bin/route/Jamfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/apps/bin/route/Jamfile b/src/apps/bin/route/Jamfile index 5fc0efdd03..c6610e4da5 100644 --- a/src/apps/bin/route/Jamfile +++ b/src/apps/bin/route/Jamfile @@ -11,7 +11,8 @@ BinCommand route : # Installation -- in the test directory for the time being OBOSInstall install-networking : [ FDirName $(OBOS_TEST_DIR) kits net ] - : route ; + : route + : binroute ; Package openbeos-networkingkit-cvs : route :