diff options
author | 2008-01-03 23:35:03 +0000 | |
---|---|---|
committer | 2008-01-03 23:35:03 +0000 | |
commit | b3cdccec1405d42c6dea03573fc37f97aaa58e1a (patch) | |
tree | 259511f53552506c8457b56acaaa420e43ba78df /paludis/repositories/e/ebin_entries.cc | |
parent | 3102f3c540e1cdac69ffdcf8f9ad37fe60ab312c (diff) | |
download | paludis-b3cdccec1405d42c6dea03573fc37f97aaa58e1a.tar.gz paludis-b3cdccec1405d42c6dea03573fc37f97aaa58e1a.tar.xz |
Make symlink rewriting part of the merger and EAPI-configurable. Fixes ticket:351
Diffstat (limited to 'paludis/repositories/e/ebin_entries.cc')
-rw-r--r-- | paludis/repositories/e/ebin_entries.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/paludis/repositories/e/ebin_entries.cc b/paludis/repositories/e/ebin_entries.cc index 7893c4f..9a9dd83 100644 --- a/paludis/repositories/e/ebin_entries.cc +++ b/paludis/repositories/e/ebin_entries.cc @@ -310,6 +310,7 @@ EbinEntries::install(const tr1::shared_ptr<const PackageID> & id, + stringify(id->version())) / "image") .environment_file(_imp->params.buildroot / stringify(id->name().category) / (stringify(id->name().package) + "-" + stringify(id->version())) / "temp" / "loadsaveenv") + .rewrite_symlinks(true) ); if (o.destination->destination_interface->want_pre_post_phases()) |