GNOME Bugzilla – Bug 688102
jhbuild: Use new JHBUILD_LIBDIR environment variable.
Last modified: 2013-02-09 13:32:32 UTC
Also mark error strings for translation.
Created attachment 228701 [details] [review] jhbuild: Extract libdir from newly added JHBUILD_LIBDIR environment variable. This requires JHBuild from 2012-11-06 or later.
Created attachment 228702 [details] [review] jhbuild: Translate error messages.
Isn't it better to keep the old code finding libdir to make it works with an older version of jhbuild?
I don't think that's necessary since it's recommended to install JHBuild from git and not from packages. Also anjuta 3.8 will not be released in a long time so the distro packaged JHBuild will most certainly be new enough by then.
(In reply to comment #4) > I don't think that's necessary since it's recommended to install JHBuild from > git and not from packages. Also anjuta 3.8 will not be released in a long time > so the distro packaged JHBuild will most certainly be new enough by then. Ok, it makes sense. But I think I can wait a bit to commit this patch or do you need it?
No it can wait a bit. It's just to simplify the code.
Thanks for your patches, I have just committed them.