[Box Backup-commit] COMMIT r2859 - box/trunk/infrastructure

subversion at boxbackup.org subversion at boxbackup.org
Mon Jan 31 22:48:49 GMT 2011


Author: chris
Date: 2011-01-31 22:48:48 +0000 (Mon, 31 Jan 2011)
New Revision: 2859

Modified:
   box/trunk/infrastructure/makeparcels.pl.in
Log:
Don't install "subdir" targets, they'll need special instructions.


Modified: box/trunk/infrastructure/makeparcels.pl.in
===================================================================
--- box/trunk/infrastructure/makeparcels.pl.in	2011-01-23 20:31:52 UTC (rev 2858)
+++ box/trunk/infrastructure/makeparcels.pl.in	2011-01-31 22:48:48 UTC (rev 2859)
@@ -310,7 +310,7 @@
 			$name =~ s/$/\.gz/;
 		}
 
-		if ($install and not $target_windows)
+		if ($install and not $target_windows and not $type eq "subdir")
 		{
 			my $local_install_dir = $install_into_dir;
 			if (defined $dest)




More information about the Boxbackup-commit mailing list