mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-27 10:09:43 -05:00
ITS#3929 "test -e" doesn't exist on Solaris
This commit is contained in:
parent
e9ab8809a8
commit
ba0996f1c1
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue