After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 512482 - Use libexecdir instead of libdir for bugzilla script
Use libexecdir instead of libdir for bugzilla script
Status: RESOLVED FIXED
Product: gedit
Classification: Applications
Component: general
unspecified
Other All
: Normal normal
: ---
Assigned To: Gedit maintainers
Gedit maintainers
Depends on:
Blocks:
 
 
Reported: 2008-01-28 00:53 UTC by Wouter Bolsterlee (uws)
Modified: 2008-02-11 21:17 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Proposed fix (1.57 KB, patch)
2008-01-28 00:54 UTC, Wouter Bolsterlee (uws)
needs-work Details | Review

Description Wouter Bolsterlee (uws) 2008-01-28 00:53:06 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
Comment 1 Wouter Bolsterlee (uws) 2008-01-28 00:54:08 UTC
Created attachment 103849 [details] [review]
Proposed fix

Let me know if I should commit this.
Comment 2 Bastien Nocera 2008-01-28 10:09:48 UTC
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.
Comment 3 Paolo Borelli 2008-02-11 21:17:22 UTC
Looks like discussion settled and everybody agree that it should go in libexec. I committed the patch (with hadess' fix)

Thanks guys!