From 79e626bb388a26f4e14289c0296df336c7229c60 Mon Sep 17 00:00:00 2001 From: Jeffrey Townsend Date: Tue, 15 Dec 2015 12:04:19 -0800 Subject: [PATCH] Build directories are now instanced per suite. --- tools/onlpm.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/onlpm.py b/tools/onlpm.py index 3762f5c9..84ca2e49 100755 --- a/tools/onlpm.py +++ b/tools/onlpm.py @@ -90,7 +90,7 @@ class OnlPackage(object): 'PY_INSTALL' : '/usr/lib/python2.7/dist-packages', # Default Builder build directory name. Must match setup.env - 'BUILD_DIR' : 'BUILD', + 'BUILD_DIR' : 'BUILD/%s' % g_dist_codename, # Default Templates Location 'ONL_TEMPLATES' : "%s/packages/base/any/templates" % os.getenv("ONL")