diff options
author | 2008-04-17 15:19:04 +0000 | |
---|---|---|
committer | 2008-04-17 15:19:04 +0000 | |
commit | 193a5fc1def667d54a3f502fe095f825d20ac9ee (patch) | |
tree | 95e11d42e5610fbeef142634f8562b8c8ffb98d6 | |
parent | 64b421cb1dbcb58845a3b752de5fd51df08d02d3 (diff) | |
download | paludis-193a5fc1def667d54a3f502fe095f825d20ac9ee.tar.gz paludis-193a5fc1def667d54a3f502fe095f825d20ac9ee.tar.xz |
Add comment.
-rwxr-xr-x | paludis/repositories/e/ebuild/ebuild.bash | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/paludis/repositories/e/ebuild/ebuild.bash b/paludis/repositories/e/ebuild/ebuild.bash index 8e6c068cb..49f462f24 100755 --- a/paludis/repositories/e/ebuild/ebuild.bash +++ b/paludis/repositories/e/ebuild/ebuild.bash @@ -464,6 +464,7 @@ ebuild_main() die "${action} failed" fi if [[ ${action} == "init" ]] ; then + # source again with WORKDIR set, so S=${WORKDIR}/blahblahblah works ebuild_load_ebuild "${ebuild}" fi perform_hook ebuild_${action}_post |