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

metze at samba.org metze at samba.org
Thu Aug 31 10:17:54 GMT 2006


Author: metze
Date: 2006-08-31 10:17:54 +0000 (Thu, 31 Aug 2006)
New Revision: 17963

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

Log:
fix install logic for talloc.3

metze
Modified:
   branches/SAMBA_4_0/source/lib/talloc/Makefile.in


Changeset:
Modified: branches/SAMBA_4_0/source/lib/talloc/Makefile.in
===================================================================
--- branches/SAMBA_4_0/source/lib/talloc/Makefile.in	2006-08-31 10:04:49 UTC (rev 17962)
+++ branches/SAMBA_4_0/source/lib/talloc/Makefile.in	2006-08-31 10:17:54 UTC (rev 17963)
@@ -32,8 +32,8 @@
 	${INSTALLCMD} -d ${includedir}
 	${INSTALLCMD} -m 644 $(srcdir)/talloc.h $(includedir)
 	${INSTALLCMD} -m 644 talloc.pc $(libdir)/pkgconfig
-	test -f talloc.3 && ${INSTALLCMD} -d ${mandir}/man3
-	test -f talloc.3 && ${INSTALLCMD} -m 644 talloc.3 $(mandir)/man3
+	test ! -e talloc.3 || ${INSTALLCMD} -d ${mandir}/man3
+	test ! -e talloc.3 || ${INSTALLCMD} -m 644 talloc.3 $(mandir)/man3
 
 doc: talloc.3 talloc.3.html
 



More information about the samba-cvs mailing list