Juan Antonio Moreno Carmona wrote these words on 01/16/11 05:45 CST: > git wants to put gitcore in /usr/libexec and, until now, no other package > installed files there. That directory does not exits and I think is against > FHS. What would be the most appropriate destination directory for that file?
BLFS has established convention that libexec files go to /usr/lib/package_name. In your case: /usr/lib/git Often I will vary from the convention if the package has created a different directory name in /usr/lib. For instance, if the package created /usr/lib/git_files, I would use that instead of creating another directory. -- Randy rmlscsi: [bogomips 1003.24] [GNU ld version 2.16.1] [gcc (GCC) 4.0.3] [GNU C Library stable release version 2.3.6] [Linux 2.6.14.3 i686] 07:41:00 up 2 days, 20:47, 1 user, load average: 0.06, 0.01, 0.00 -- http://linuxfromscratch.org/mailman/listinfo/blfs-support FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
