From: Igor Maravic <[email protected]>

Added command to first run "scons $SCONS_ARGS", before "scons $SCONS_ARGS 
install"
so build_info.cc would be built.

Signed-off-by: Igor Maravic <[email protected]>
---
 xorp/lf_pkg.bash |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/xorp/lf_pkg.bash b/xorp/lf_pkg.bash
index 7b7269d..093d0ce 100755
--- a/xorp/lf_pkg.bash
+++ b/xorp/lf_pkg.bash
@@ -19,6 +19,7 @@ echo -n " 2"
 sleep 1
 echo " 1"
 sleep 1
+scons $SCONS_ARGS || exit 1
 scons $SCONS_ARGS install || exit 1
 cp xorp_install.bash /usr/local/xorp/
 chmod a+x /usr/local/xorp/xorp_install.bash
-- 
1.7.5.4

_______________________________________________
Xorp-hackers mailing list
[email protected]
http://mailman.ICSI.Berkeley.EDU/mailman/listinfo/xorp-hackers

Reply via email to