Revision: 7565
          http://sourceforge.net/p/ipcop/svn/7565
Author:   owes
Date:     2014-05-23 15:08:58 +0000 (Fri, 23 May 2014)
Log Message:
-----------
Ignore toolchain filelist should it exist.

Modified Paths:
--------------
    ipcop/trunk/tools/package-diff.pl

Modified: ipcop/trunk/tools/package-diff.pl
===================================================================
--- ipcop/trunk/tools/package-diff.pl   2014-05-23 15:05:26 UTC (rev 7564)
+++ ipcop/trunk/tools/package-diff.pl   2014-05-23 15:08:58 UTC (rev 7565)
@@ -47,7 +47,7 @@
 my $package_version = `grep "^VER" lfs/${package} | cut -d '=' -f 2`;
 $package_version =~ s/^\s*(.*?)\s*$/$1/;
 my $rootfile = "";
-my $filelist = `find files_i486 -name ${package}-${package_version}`;
+my $filelist = `find files_i486 -name ${package}-${package_version}  | grep -v 
01_toolchain`;
 chomp($filelist);
 
 # Get Perl version

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.


------------------------------------------------------------------------------
"Accelerate Dev Cycles with Automated Cross-Browser Testing - For FREE
Instantly run your Selenium tests across 300+ browser/OS combos.
Get unparalleled scalability from the best Selenium testing platform available
Simple to use. Nothing to install. Get started now for free."
http://p.sf.net/sfu/SauceLabs
_______________________________________________
Ipcop-svn mailing list
Ipcop-svn@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ipcop-svn

Reply via email to