GNOME Bugzilla – Bug 366749
Should not use libexec
Last modified: 2006-10-29 19:01:09 UTC
Please describe the problem: Currently seahorse installs both seahorse-agent and seahorse-ssh-askpass in $prefix/libexec/seahorse. This dir is not conforming to FHS 2.3, and those programs should be installed by default in $prefix/lib/seahorse. This makes me patching Debian package for every release, and some problems (http://bugs.debian.org/378178) Thanks Steps to reproduce: Actual results: Expected results: Does this happen every time? Other information:
Jose, Could you attach your patch? Thanks, Adam
Created attachment 75627 [details] [review] makes seahorse to install stuff in /usr/lib/seahorse This patch only applies to Makefile.in. Of course, you will have to run automake before building for it to have any effect
Thanks applied to HEAD.