Ticket #1284: osx-packager.pl.patch
File osx-packager.pl.patch, 427 bytes (added by , 20 years ago) |
---|
-
contrib/osx-packager.pl
704 704 { 705 705 my $compdir = "$svndir/$comp/" ; 706 706 707 if ( ! -e "$comp .pro" )707 if ( ! -e "$compdir/$comp.pro" ) 708 708 { 709 709 &Complain("$compdir/$comp.pro does not exist.", 710 710 'You must be building really old source?');