ooo-build r15167 - in trunk: . bin



Author: hub
Date: Tue Jan 27 15:14:57 2009
New Revision: 15167
URL: http://svn.gnome.org/viewvc/ooo-build?rev=15167&view=rev

Log:
	* bin/src-pack2 (verify_module_map): Not only directories.
	Needed for the new toplevel configure.


Modified:
   trunk/ChangeLog
   trunk/bin/src-pack2

Modified: trunk/bin/src-pack2
==============================================================================
--- trunk/bin/src-pack2	(original)
+++ trunk/bin/src-pack2	Tue Jan 27 15:14:57 2009
@@ -111,7 +111,7 @@
     symlink ($src, $newsrc ) if (! -l $newsrc);
 
     for my $b (@{$module_map{$a}}) {
-	$cmd .= "$newsrc/$b " if (-d "$newsrc/$b");
+	$cmd .= "$newsrc/$b " if (-e "$newsrc/$b");
     }
     if (-f $dest_tar) {
 	print "\twarning: $dest_tar exists, skipping\n";



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]