id,summary,reporter,owner,description,type,status,priority,milestone,component,version,severity,resolution,keywords,cc,mlocked 5804,One hardcoded reference to buikd dir left in win32 build script,jonathan@…,danielk,"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! ' ], ;",defect,closed,minor,unknown,windows,head,medium,fixed,,,0