summaryrefslogtreecommitdiff
path: root/infrastructure/makeparcels.pl.in
diff options
context:
space:
mode:
authorChris Wilson <chris+github@qwirx.com>2008-01-29 00:01:01 +0000
committerChris Wilson <chris+github@qwirx.com>2008-01-29 00:01:01 +0000
commit1f986c1e5d83ae9bedc1747b1f3f1193436a516b (patch)
tree516e196e51741a00c6181ca86d93e0605cec30c9 /infrastructure/makeparcels.pl.in
parentec069edf44b944ad6179dd240bce3f5f26c9c66e (diff)
Make the parcel install scripts use $DESTDIR from the environment, to
help porters and packagers.
Diffstat (limited to 'infrastructure/makeparcels.pl.in')
-rwxr-xr-xinfrastructure/makeparcels.pl.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/infrastructure/makeparcels.pl.in b/infrastructure/makeparcels.pl.in
index 1365d628..125ff346 100755
--- a/infrastructure/makeparcels.pl.in
+++ b/infrastructure/makeparcels.pl.in
@@ -161,7 +161,8 @@ for my $parcel (@parcels)
{
$local_install_dir = "@prefix@/$dest";
}
- print SCRIPT "install $name $local_install_dir\n";
+ print SCRIPT "install $name " .
+ "\$DESTDIR$local_install_dir\n";
}
}