Skip to content

Commit

Permalink
Fix installation of scripts into parcel directory.
Browse files Browse the repository at this point in the history
Thanks to Billy for reporting the issue on the mailing list.
  • Loading branch information
qris committed Nov 3, 2016
1 parent 80adfe9 commit 24ecc95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion infrastructure/makebuildenv.pl.in
Original file line number Diff line number Diff line change
Expand Up @@ -1280,7 +1280,7 @@ EOF

unless ($target_windows)
{
print MAKE "\tcp parcels/scripts/install-$parcel $dir\n";
print MASTER_MAKEFILE "\tcp parcels/scripts/install-$parcel $dir\n";
}

print MASTER_MAKEFILE "\t(cd parcels; tar cf - $root | gzip -9 - > $root.tgz )\n";
Expand Down

0 comments on commit 24ecc95

Please sign in to comment.