GNOME Bugzilla – Bug 594115
Should not install subdirectories in /usr/bin (gda_trml2html/gda_gtrml2pdf)
Last modified: 2011-06-16 12:06:06 UTC
It's really bad to install subdirectories in /usr/bin. I think what would make sense instead if to install the subdirectories in /usr/share/libgda-4.0/report and then create a link from /usr/bin/trml2html.py to /usr/share/libgda-4.0/report/gda_trml2html/trml2html.py, or a similar approach.
Another approach is to install this in $libexecdir/libgda-4.0 and to update the code to look for the scripts there.
Created attachment 142468 [details] [review] Patch we'll use in openSUSE
Looks like an improvement to me.
Vivien: any opinion on this patch?
I'll probably commit this myself if nobody responds.
Pushed to master and the LIBGDA_4.2 branch. Thanks.