Author: ranger
Date: Thu Jun 25 00:02:05 2009
New Revision: 1582

URL: 
<http://svn.finkproject.org/websvn/listing.php?sc=1&rev=1582&repname=user%3a+ranger>
Log:
s/c/x/

Modified:
    trunk/experimental/scripts/generate-distfiles-and-finkinfo-mirror.pl

Modified: trunk/experimental/scripts/generate-distfiles-and-finkinfo-mirror.pl
URL: 
<http://svn.finkproject.org/websvn/diff.php?path=/trunk/experimental/scripts/generate-distfiles-and-finkinfo-mirror.pl&rev=1582&repname=user%3a+ranger>
==============================================================================
--- trunk/experimental/scripts/generate-distfiles-and-finkinfo-mirror.pl 
(original)
+++ trunk/experimental/scripts/generate-distfiles-and-finkinfo-mirror.pl Thu 
Jun 25 00:02:05 2009
@@ -208,7 +208,7 @@
                                for my $package ( 
Fink::PkgVersion->pkgversions_from_info_file( $File::Find::name ) )
                                {
                                        next if ( $package->get_license() =~ 
/Restrictive$/ );
-                                       for my $suffix 
($package->get_source_suffices)
+                                       for my $suffix 
($package->get_source_suffixes)
                                        {
                                                my $tarball = 
$package->get_tarball($suffix);
                                                print LOG "  - $tarball... ";


------------------------------------------------------------------------------
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs

Reply via email to