[evolution-patches] Patch: LSB compliance for backend tools



Hi,

the attached patch fixes LSB compliance in HEAD branch of evolution : 

load-gnomecard-addressbook and load-pine-addressbook are installed in
$(datadir)/evolution/1.3/tools but they should be in
$(libdir)/evolution/1.3/tools since they are arch dependent (ELF
binaries)..

Can I commit this patch to CVS (I'll add a ChangeLog entry, of course..)
-- 
Frederic Crozat <fcrozat mandrakesoft com>
Mandrakesoft
--- evolution-1.3.2/addressbook/backend/ebook/Makefile.am.orig	2003-03-02 19:55:04.000000000 +0100
+++ evolution-1.3.2/addressbook/backend/ebook/Makefile.am	2003-04-18 11:47:54.000000000 +0200
@@ -4,7 +4,7 @@
 	evolution-vcard-importer		\
 	evolution-ldif-importer
 
-toolsdir = $(privdatadir)/tools
+toolsdir = $(privlibdir)/tools
 tools_PROGRAMS =				\
 	load-pine-addressbook			\
 	load-gnomecard-addressbook


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]