Author: ranger
Date: Tue Sep  4 18:07:44 2007
New Revision: 963

URL: 
http://svn.finkproject.org/websvn/listing.php?sc=1&rev=963&repname=user%3a+ranger
Log:
run generate-infofiles before copying

Modified:
    trunk/experimental/tounstable.pl

Modified: trunk/experimental/tounstable.pl
URL: 
http://svn.finkproject.org/websvn/diff.php?path=/trunk/experimental/tounstable.pl&rev=963&repname=user%3a+ranger
==============================================================================
--- trunk/experimental/tounstable.pl (original)
+++ trunk/experimental/tounstable.pl Tue Sep  4 18:07:44 2007
@@ -33,6 +33,7 @@
 
        if ($file =~ /\.(info|patch)$/)
        {
+               system('./generate-infofiles.pl', 'common/' . $file) == 0 or 
die "could not generate infofiles for 'common/$file'";
                for my $release ('10.3', '10.4')
                {
                        my $releasefile = "$release/" . $file;


-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
_______________________________________________
Fink-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/fink-commits

Reply via email to