From 1f986c1e5d83ae9bedc1747b1f3f1193436a516b Mon Sep 17 00:00:00 2001 From: Chris Wilson Date: Tue, 29 Jan 2008 00:01:01 +0000 Subject: Make the parcel install scripts use $DESTDIR from the environment, to help porters and packagers. --- infrastructure/makeparcels.pl.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'infrastructure/makeparcels.pl.in') 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"; } } -- cgit v1.2.1