Login | Register For Free | Help
Search for: (Advanced)

Mailing List Archive: MythTV: Commits

Ticket #5804: One hardcoded reference to buikd dir left in win32 build script

 

 

MythTV commits RSS feed   Index | Next | Previous | View Threaded


mythtv at cvs

Oct 11, 2008, 1:27 AM

Post #1 of 2 (107 views)
Permalink
Ticket #5804: One hardcoded reference to buikd dir left in win32 build script

#5804: One hardcoded reference to buikd dir left in win32 build script
---------------------------------+------------------------------------------
Reporter: jonathan[at]snetram.nl | Owner: danielk
Type: defect | Status: new
Priority: minor | Milestone: unknown
Component: windows | Version: head
Severity: medium | Mlocked: 0
---------------------------------+------------------------------------------
In the win32 build script one hardcoded refference to the build dir is
left in:

# install fixup for redundant themes folders/folders/folders:
[ always => '',
shell => [ 'cd /c/mythtv/build/share/mythtv/themes',
'for f in *; do mv $f/$f/* ./$f; done' ],
comment => 'relocate badly installed THEMES! ' ],

;

which should be:

# install fixup for redundant themes folders/folders/folders:
[ always => '',
shell => [ "cd $build/share/mythtv/themes",
'for f in *; do mv $f/$f/* ./$f; done' ],
comment => 'relocate badly installed THEMES! ' ],

;

--
Ticket URL: <http://svn.mythtv.org/trac/ticket/5804>
MythTV <http://www.mythtv.org/>
MythTV
_______________________________________________
mythtv-commits mailing list
mythtv-commits[at]mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-commits


mythtv at cvs

Oct 11, 2008, 11:17 PM

Post #2 of 2 (81 views)
Permalink
Re: Ticket #5804: One hardcoded reference to buikd dir left in win32 build script [In reply to]

#5804: One hardcoded reference to buikd dir left in win32 build script
---------------------------------+------------------------------------------
Reporter: jonathan[at]snetram.nl | Owner: danielk
Type: defect | Status: closed
Priority: minor | Milestone: unknown
Component: windows | Version: head
Severity: medium | Resolution: fixed
Mlocked: 0 |
---------------------------------+------------------------------------------
Changes (by nigel):

* status: new => closed
* resolution: => fixed


Comment:

(In [18677]) Change a hard-coded path. Patch from jonathan at snetram dot
nl. Closes #5804.
Note that there are still many other paths in there that should be changed
(e.g. every one of $mythtv.'build', $dosmythtv.'build' or
$unixmythtv.'build')

--
Ticket URL: <http://svn.mythtv.org/trac/ticket/5804#comment:1>
MythTV <http://www.mythtv.org/>
MythTV
_______________________________________________
mythtv-commits mailing list
mythtv-commits[at]mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-commits

MythTV commits RSS feed   Index | Next | Previous | View Threaded
 
 


Interested in having your list archived? Contact lists@gossamer-threads.com
 
  Web Applications & Managed Hosting Powered by Gossamer Threads Inc.