From: Howard Chu Date: Thu, 11 Aug 2005 00:27:59 +0000 (+0000) Subject: ITS#3929 "test -e" doesn't exist on Solaris X-Git-Tag: OPENLDAP_AC_BP~13 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=ba0996f1c101ddaee3cf59c317666cffba0ce136;p=openldap ITS#3929 "test -e" doesn't exist on Solaris --- diff --git a/servers/slapd/Makefile.in b/servers/slapd/Makefile.in index f63dd543ff..2ae075d17b 100644 --- a/servers/slapd/Makefile.in +++ b/servers/slapd/Makefile.in @@ -401,7 +401,7 @@ all-cffiles: slapd $(SLAPD_DYNAMIC_BACKENDS) dynamic_overlays touch all-cffiles install-schema: FORCE - @if test -e $(DESTDIR)$(schemadir) ; then \ + @if test -d $(DESTDIR)$(schemadir) ; then \ echo "MOVING EXISTING SCHEMA DIR to $(DESTDIR)$(schemadir).$$$$" ; \ mv $(DESTDIR)$(schemadir) $(DESTDIR)$(schemadir).$$$$ ; \ fi