mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-02-05 13:40:08 +08:00
ITS#3929 "test -e" doesn't exist on Solaris
This commit is contained in:
parent
e9ab8809a8
commit
ba0996f1c1
@ -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 New Issue
Block a user