[SCM] Samba Shared Repository - branch master updated - release-4-0-0alpha7-131-g71ffd21

Jeremy Allison jra at samba.org
Mon Mar 2 22:57:45 GMT 2009


The branch, master has been updated
       via  71ffd21d273e691f5f791af08fa011345ebfab11 (commit)
      from  1ea0dca50a0fe724b2e0aaa908a51735e26131dd (commit)

http://gitweb.samba.org/?p=samba.git;a=shortlog;h=master


- Log -----------------------------------------------------------------
commit 71ffd21d273e691f5f791af08fa011345ebfab11
Author: Björn Jacke <bj at sernet.de>
Date:   Mon Mar 2 17:01:37 2009 +0100

    use test -f, Solaris /bin/sh doesn't know test -e

-----------------------------------------------------------------------

Summary of changes:
 source3/Makefile.in |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source3/Makefile.in b/source3/Makefile.in
index e9f4081..6aabcf0 100644
--- a/source3/Makefile.in
+++ b/source3/Makefile.in
@@ -2208,7 +2208,7 @@ installliblua:: installdirs liblua
 	@$(SHELL) $(srcdir)/script/installdirs.sh $(INSTALLPERMS_BIN) $(DESTDIR) $(LIBDIR)
 	-$(INSTALLLIBCMD_SH) $(LIBLUA_SHARED_TARGET_SONAME) $(DESTDIR)$(LIBDIR)
 	@rm -f $(DESTDIR)$(LIBDIR)/`basename $(LIBLUA_SHARED_TARGET)`
-	-if test -e $(LIBLUA_SHARED_TARGET_SONAME) ; then \
+	-if test -f $(LIBLUA_SHARED_TARGET_SONAME) ; then \
 		ln -f -s `basename $(LIBLUA_SHARED_TARGET_SONAME)` \
 			$(DESTDIR)$(LIBDIR)/`basename $(LIBLUA_SHARED_TARGET)` ; \
 	fi


-- 
Samba Shared Repository


More information about the samba-cvs mailing list