Hello,

Makefile.in contain a GNU-ism about sed, on OSX I need something like this.

Regards.

--- Makefile.in.orig    2011-11-24 10:46:12.000000000 +0100
+++ Makefile.in 2011-11-24 10:46:48.000000000 +0100
@@ -411,7 +411,7 @@
 install: install-findlib
        $(INSTALL) -d $(DESTDIR)$(perl_vendorlib)
        $(INSTALL) -m 0644 lib/*.pm bin/CilConfig.pm $(DESTDIR)$(perl_vendorlib)
-       sed -i "s,^.*cilhome.*$$,\$$::cilhome = \"$(libexecdir)/cil\";," 
$(DESTDIR)$(perl_vendorlib)/CilConfig.pm
+       sed -i ".bak" -e "s,^.*cilhome.*$$,\$$::cilhome = 
\"$(libexecdir)/cil\";," $(DESTDIR)$(perl_vendorlib)/CilConfig.pm
        $(INSTALL) -d $(DESTDIR)$(bindir)
        $(INSTALL) -m 0755 bin/cilly $(DESTDIR)$(bindir)
        $(INSTALL) -d $(DESTDIR)$(pkglibexecdir)/$(OBJDIR)
------------------------------------------------------------------------------
All the data continuously generated in your IT infrastructure 
contains a definitive record of customers, application performance, 
security threats, fraudulent activity, and more. Splunk takes this 
data and makes sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-novd2d
_______________________________________________
CIL-users mailing list
CIL-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/cil-users

Reply via email to