From: Chris W. <la...@us...> - 2005-04-19 11:53:28
|
Update of /cvsroot/openinteract/OpenInteract2/lib/OpenInteract2/Manage/Website In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv3445 Modified Files: UpdatePackageFromWebsite.pm Log Message: missed one of the package.conf -> package.ini changes, caught by Ken Youens-Clark Index: UpdatePackageFromWebsite.pm =================================================================== RCS file: /cvsroot/openinteract/OpenInteract2/lib/OpenInteract2/Manage/Website/UpdatePackageFromWebsite.pm,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** UpdatePackageFromWebsite.pm 18 Mar 2005 04:09:50 -0000 1.5 --- UpdatePackageFromWebsite.pm 19 Apr 2005 11:53:19 -0000 1.6 *************** *** 57,61 **** } my $changelog = catfile( $param_value, 'Changes' ); ! my $package_conf = catfile( $param_value, 'package.conf' ); unless ( -f $changelog && -f $package_conf ) { return "Does not appear to be a valid package directory"; --- 57,61 ---- } my $changelog = catfile( $param_value, 'Changes' ); ! my $package_conf = catfile( $param_value, 'package.ini' ); unless ( -f $changelog && -f $package_conf ) { return "Does not appear to be a valid package directory"; |