Hi Folks,

Excuse my coding skills or lack thereof. At the moment
SimiasDirectoryMapping is installed into bindir which I believe is
wrong as it is not a binary and belongs under /etc. Please find
attached untested patch to correct this.

--- simias-1.6-old/src/client/Makefile.am       2010-01-31 11:54:23.119963453 
+0000
+++ simias-1.6/src/client/Makefile.am   2010-01-31 20:15:38.465961373 +0000
@@ -24,7 +24,7 @@

 install-exec-local:
        $(mkinstalldirs) $(DESTDIR)$(bindir)
-       $(INSTALL_PROGRAM) SimiasDirectoryMapping $(DESTDIR)$(bindir)
+       $(INSTALL_PROGRAM) SimiasDirectoryMapping $(DESTDIR)$(sysconfdir)/simias
 if WINDOWS
        $(INSTALL_PROGRAM) simias.cmd $(DESTDIR)$(bindir)
 else
@@ -33,7 +33,7 @@

        
 uninstall-local:
-       cd $(DESTDIR)$(bindir); rm -f SimiasDirectoryMapping
+       cd $(DESTDIR)$(sysconfdir)/simias; rm -f SimiasDirectoryMapping
 if WINDOWS
        cd $(DESTDIR)$(bindir); rm -f simias.cmd
 else


Thanks
-- 
Christopher Brown

------------------------------------------------------------------------------
The Planet: dedicated and managed hosting, cloud storage, colocation
Stay online with enterprise data centers and the best network in the business
Choose flexible plans and management services without long-term contracts
Personal 24x7 support from experience hosting pros just a phone call away.
http://p.sf.net/sfu/theplanet-com
_______________________________________________
ifolder-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/ifolder-devel

Reply via email to