svn commit: samba r26280 - in branches/SAMBA_4_0: . source/lib/talloc

jelmer at samba.org jelmer at samba.org
Tue Dec 4 02:04:25 GMT 2007


Author: jelmer
Date: 2007-12-04 02:04:25 +0000 (Tue, 04 Dec 2007)
New Revision: 26280

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=26280

Log:
Fix installation if swig is not available.
Modified:
   branches/SAMBA_4_0/
   branches/SAMBA_4_0/source/lib/talloc/Makefile.in


Changeset:

Property changes on: branches/SAMBA_4_0
___________________________________________________________________
Name: bzr:revision-info
...skipped...
Name: bzr:revision-id:v3-trunk0
...skipped...

Modified: branches/SAMBA_4_0/source/lib/talloc/Makefile.in
===================================================================
--- branches/SAMBA_4_0/source/lib/talloc/Makefile.in	2007-12-04 01:51:48 UTC (rev 26279)
+++ branches/SAMBA_4_0/source/lib/talloc/Makefile.in	2007-12-04 02:04:25 UTC (rev 26280)
@@ -57,7 +57,7 @@
 	${INSTALLCMD} -m 644 talloc.pc $(DESTDIR)$(libdir)/pkgconfig
 	if [ -f talloc.3 ];then ${INSTALLCMD} -d $(DESTDIR)$(mandir)/man3; fi
 	if [ -f talloc.3 ];then ${INSTALLCMD} -m 644 talloc.3 $(DESTDIR)$(mandir)/man3; fi
-	which swig >/dev/null 2>&1 && ${INSTALLCMD} -m 644 talloc.i $(DESTDIR)`swig -swiglib`
+	which swig >/dev/null 2>&1 && ${INSTALLCMD} -m 644 talloc.i $(DESTDIR)`swig -swiglib` || true
 
 doc: talloc.3 talloc.3.html
 



More information about the samba-cvs mailing list