From: Igor Maravic <[email protected]> Build appropriate template dir in $BUILD_DIR
Signed-off-by: Igor Maravic <[email protected]> --- xorp/SConstruct | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/xorp/SConstruct b/xorp/SConstruct index 4341c32..b60ab6a 100644 --- a/xorp/SConstruct +++ b/xorp/SConstruct @@ -1051,7 +1051,7 @@ if env['enable_builddirrun']: env['xorp_alias_tooldir'] = xorp_alias_tooldir #Make subdir $BUILDDIR/etc/templates for holding template files xorp_alias_templatedir = os.path.join(builddir, 'etc') - xorp_alias_templatedir = os.path.join(builddir, 'templates') + xorp_alias_templatedir = os.path.join(xorp_alias_templatedir, 'templates') try: Execute(Mkdir(xorp_alias_templatedir)) except: -- 1.7.5.4 _______________________________________________ Xorp-hackers mailing list [email protected] http://mailman.ICSI.Berkeley.EDU/mailman/listinfo/xorp-hackers
