summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xinfrastructure/makeparcels.pl.in2
1 files changed, 1 insertions, 1 deletions
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)