summaryrefslogtreecommitdiff
path: root/infrastructure
diff options
context:
space:
mode:
authorChris Wilson <chris+github@qwirx.com>2011-01-31 22:48:48 +0000
committerChris Wilson <chris+github@qwirx.com>2011-01-31 22:48:48 +0000
commit571d648e1ba228496eac01976137679bc712150f (patch)
tree9f57399f322b66772eb53b88780c634faffc4b2b /infrastructure
parent7e6c90893841bda6f915960066026de77054675a (diff)
Don't install "subdir" targets, they'll need special instructions.
Diffstat (limited to 'infrastructure')
-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)