Skip to content

Commit

Permalink
Fix --noclean arg.
Browse files Browse the repository at this point in the history
The arg was switching off config, but not preventing purging of the
"make install"ed MythTV stuff (i.e. cleanLibs). Apparently broken for ages.
  • Loading branch information
NigelPearson committed Jan 4, 2011
1 parent 855b8f5 commit 24b46ab
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions OSX/build/osx-packager.pl
Expand Up @@ -379,6 +379,9 @@ =head1 CREDITS
if ( $OPT{'clean'} )
{ $cleanLibs = 1 }

if ( $OPT{'noclean'} )
{ $cleanLibs = 0 }

if ( $OPT{'enable-jobtools'} )
{ $jobtools = 1 }

Expand Down

0 comments on commit 24b46ab

Please sign in to comment.