GNOME Bugzilla – Bug 512482
Use libexecdir instead of libdir for bugzilla script
Last modified: 2008-02-11 21:17:22 UTC
The attached patch changes the installation path for the bugzilla script to $(libexecdir) instead of $(libdir). See also this thread on desktop-devel-list: http://mail.gnome.org/archives/desktop-devel-list/2008-January/msg00242.html
Created attachment 103849 [details] [review] Proposed fix Let me know if I should commit this.
Comment on attachment 103849 [details] [review] Proposed fix >Index: configure.ac >=================================================================== >--- configure.ac (revision 6133) >+++ configure.ac (working copy) >@@ -60,10 +60,10 @@ AC_DEFUN([GEDIT_FULLPATH], [ > $3=`eval echo [$]ac_expand` > ]) > >-dnl FULL_LIBDIR is used for X-GNOME-Bugzilla-ExtraInfoScript expansion >+dnl FULL_LIBEXECDIR is used for X-GNOME-Bugzilla-ExtraInfoScript expansion > dnl in data/gedit.desktop.in.in >-GEDIT_FULLPATH(libdir, NONE, FULL_LIBDIR) >-AC_SUBST(FULL_LIBDIR) >+GEDIT_FULLPATH(libdir, NONE, FULL_LIBEXECDIR) Should be $(libexecdir) here.
Looks like discussion settled and everybody agree that it should go in libexec. I committed the patch (with hadess' fix) Thanks guys!