1 | 477,485c477,485
|
---|
2 | < elsif ( $OPT{'svnbranch'} )
|
---|
3 | < {
|
---|
4 | < &Complain(<<END);
|
---|
5 | < Note that this script can not build old branches.
|
---|
6 | < Please try the branched version instead. e.g.
|
---|
7 | < http://svn.mythtv.org/svn/branches/release-0-21-fixes/mythtv/contrib/OSX/osx-packager.pl
|
---|
8 | < END
|
---|
9 | < die;
|
---|
10 | < }
|
---|
11 | ---
|
---|
12 | > #elsif ( $OPT{'svnbranch'} )
|
---|
13 | > #{
|
---|
14 | > # &Complain(<<END);
|
---|
15 | > #Note that this script can not build old branches.
|
---|
16 | > #Please try the branched version instead. e.g.
|
---|
17 | > #http://svn.mythtv.org/svn/branches/release-0-21-fixes/mythtv/contrib/OSX/osx-packager.pl
|
---|
18 | > #END
|
---|
19 | > # die;
|
---|
20 | > #}
|
---|
21 | 828,830c828,830
|
---|
22 | < Die("Note that this script will not build old branches.
|
---|
23 | < Please try the branched version instead. e.g.
|
---|
24 | < http://svn.mythtv.org/svn/branches/release-0-21-fixes/mythtv/contrib/OSX/osx-packager.pl");
|
---|
25 | ---
|
---|
26 | > # Die("Note that this script will not build old branches.
|
---|
27 | > #Please try the branched version instead. e.g.
|
---|
28 | > #http://svn.mythtv.org/svn/branches/release-0-21-fixes/mythtv/contrib/OSX/osx-packager.pl");
|
---|