[Xorp-hackers] [PATCH 3/3] SConstruct fixes

Igor Maravic igorm at etf.rs
Tue Sep 27 04:30:02 PDT 2011


Signed-off-by: Igor Maravic <igorm at etf.rs>
---
:100644 100644 8f2acf6... 3af1b39... M	xorp/SConstruct
 xorp/SConstruct |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/xorp/SConstruct b/xorp/SConstruct
index 8f2acf6..3af1b39 100644
--- a/xorp/SConstruct
+++ b/xorp/SConstruct
@@ -379,7 +379,7 @@ env['xorp_moduledir']   = env['libdir']  + '/xorp/sbin'	# Protocol modules
 env['xorp_sbindir']     = env['sbindir']		# End-user binaries
 env['xorp_templatedir'] = env['datadir'] + '/templates'
 env['xorp_tooldir']     = env['libdir']  + '/xorp/bin'	# tools/*
-env['xorp_xrlsdir']     = env['datadir'] + '/xorp/xrls'	# *.xrls
+env['xorp_xrlsdir']     = env['datadir'] + '/xrl/targets'	# *.xrls
 env['xorp_sourcedir']   = sourcedir	# rtrmgr/util.cc and xif need this
 
 tst = ARGUMENTS.get('enable_boost', False)
-- 
1.7.4.1



More information about the Xorp-hackers mailing list