install failed if no ftp was installed

This commit is contained in:
Karsten Keil 1999-10-15 11:12:00 +00:00
parent 598827ebfe
commit 5feff9f956
1 changed files with 2 additions and 2 deletions

View File

@ -62,8 +62,8 @@ endif
ifeq ($(CONFIG_EFT_INSTALL_CONF),y)
cd examples && $(INSTALL_DATA) eft.conf $(I4LCONFDIR)/
endif
test -e $(I4LCONFDIR)/eftaccess || test -f /etc/ftpaccess && ln -s /etc/ftpaccess $(I4LCONFDIR)/eftaccess
test -e $(I4LCONFDIR)/eftusers || test -f /etc/ftpusers && ln -s /etc/ftpusers $(I4LCONFDIR)/eftusers
@if test -f /etc/ftpaccess; then test -e $(I4LCONFDIR)/eftaccess || ln -s /etc/ftpaccess $(I4LCONFDIR)/eftaccess; fi
@if test -f /etc/ftpusers; then test -e $(I4LCONFDIR)/eftusers || ln -s /etc/ftpusers $(I4LCONFDIR)/eftusers; fi
commit: distclean configure
$(CVS) commit .