From ce28de02f9a9b0cf9b1a39e3fd3dacd64c71fc19 Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Thu, 30 Apr 2009 07:09:55 +0000 Subject: [PATCH] Ensure that the correct PORTDIR setting is passed into the profile-specific config constructors. (trunk r13335) svn path=/main/branches/2.1.6/; revision=13497 --- bin/repoman | 1 + 1 file changed, 1 insertion(+) diff --git a/bin/repoman b/bin/repoman index e1af1c749..46fdae0f8 100755 --- a/bin/repoman +++ b/bin/repoman @@ -501,6 +501,7 @@ portdir = portdb.porttrees[0] # Generate an appropriate PORTDIR_OVERLAY value for passing into the # profile-specific config constructor calls. env = os.environ.copy() +env['PORTDIR'] = portdir env['PORTDIR_OVERLAY'] = ' '.join(portdb.porttrees[1:]) logging.info('Setting paths:') -- 2.26.2