From 7cd8528c63d5be3a86c33610a4463fb4e71fe4f2 Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Sun, 12 Apr 2009 17:31:35 +0000 Subject: Ensure that the correct PORTDIR setting is passed into the profile-specific config constructors. svn path=/main/trunk/; revision=13335 --- bin/repoman | 1 + 1 file changed, 1 insertion(+) diff --git a/bin/repoman b/bin/repoman index 709e5537b..e64432a26 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:') -- cgit v1.2.3-1-g7c22