From 571d648e1ba228496eac01976137679bc712150f Mon Sep 17 00:00:00 2001 From: Chris Wilson Date: Mon, 31 Jan 2011 22:48:48 +0000 Subject: Don't install "subdir" targets, they'll need special instructions. --- infrastructure/makeparcels.pl.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'infrastructure') diff --git a/infrastructure/makeparcels.pl.in b/infrastructure/makeparcels.pl.in index aa8a9024..30d28d40 100755 --- a/infrastructure/makeparcels.pl.in +++ b/infrastructure/makeparcels.pl.in @@ -310,7 +310,7 @@ EOF $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) -- cgit v1.2.3