about summary refs log tree commit diff
diff options
context:
space:
mode:
authorAlexander Barton <alex@barton.de>2002-03-30 15:33:14 +0000
committerAlexander Barton <alex@barton.de>2002-03-30 15:33:14 +0000
commitc5eaea716154298f3478d322a9168796bbb38309 (patch)
tree9329184ccd0211282f59299424dd37aaf3988429
parente506ae44e01be994346ee6cd99be8503cab8643f (diff)
downloadngircd-c5eaea716154298f3478d322a9168796bbb38309.tar.gz
ngircd-c5eaea716154298f3478d322a9168796bbb38309.zip
- Test auf ngircd.conf in -f geaendert: das test von A/UX kennt kein -e.
-rw-r--r--doc/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/Makefile.am b/doc/Makefile.am
index 5039d402..6a46a34c 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -9,7 +9,7 @@
 # Naehere Informationen entnehmen Sie bitter der Datei COPYING. Eine Liste
 # der an ngIRCd beteiligten Autoren finden Sie in der Datei AUTHORS.
 #
-# $Id: Makefile.am,v 1.6 2002/03/12 14:37:51 alex Exp $
+# $Id: Makefile.am,v 1.7 2002/03/30 15:33:14 alex Exp $
 #
 
 EXTRA_DIST = CC-Speed.txt CVS.txt FAQ.txt README-AUX.txt README-BeOS.txt \
@@ -20,7 +20,7 @@ maintainer-clean-local:
 
 install-data-hook:
 	$(mkinstalldirs) $(DESTDIR)$(sysconfdir)
-	if [ ! -e $(DESTDIR)$(sysconfdir)/ngircd.conf ]; then \
+	if [ ! -f $(DESTDIR)$(sysconfdir)/ngircd.conf ]; then \
 	  $(INSTALL) -m 600 -c $(srcdir)/sample-ngircd.conf $(DESTDIR)$(sysconfdir)/ngircd.conf; \
 	  fi