[mythtv-commits] Ticket #6104: osx-packager.pl extracts subversion-deps to wrong directory

MythTV mythtv at cvs.mythtv.org
Sat Jan 10 04:24:21 UTC 2009


#6104: osx-packager.pl extracts subversion-deps to wrong directory
--------------------------------------+-------------------------------------
 Reporter:  miketoohey47 at hotmail.com  |       Owner:  ijr       
     Type:  patch                     |      Status:  new       
 Priority:  minor                     |   Milestone:            
Component:  mythtv                    |     Version:  0.21-fixes
 Severity:  medium                    |     Mlocked:  0         
--------------------------------------+-------------------------------------
 If Subversion and its dependencies are not already installed on the build
 machine, the osx-packager.pl script will download and extract
 subversion-1.4.3.tar.bz2 and then subversion-deps-1.4.3.tar.bz2 inside the
 build image.

 When the "deps" package is extracted, it has the unintended side effect of
 creating an identically-named subversion-1.4.3 directory inside of the
 existing directory.  The dependencies in the nested folder are not usable
 for the rest of the build process.

 This patch changes the current working directory to the parent so that
 both packages are extracted into the same directory.

-- 
Ticket URL: <http://svn.mythtv.org/trac/ticket/6104>
MythTV <http://www.mythtv.org/>
MythTV


More information about the mythtv-commits mailing list