From 1fbf2587333c2f16b4a156e9255539cfbeed618a Mon Sep 17 00:00:00 2001 From: jacomi Date: Mon, 10 Jul 2000 14:27:35 +0000 Subject: initialisation at system startup removed --- src/Makefile | 1 - 1 file changed, 1 deletion(-) (limited to 'src/Makefile') diff --git a/src/Makefile b/src/Makefile index 6a972bc..c8381ed 100644 --- a/src/Makefile +++ b/src/Makefile @@ -51,7 +51,6 @@ clean: install: all test -d $(PREFIX)/usr/bin || mkdirhier $(PREFIX)/usr/bin test -d $(PREFIX)$(IRBOX_DIR) || mkdirhier $(PREFIX)$(IRBOX_DIR) - install -m755 irbox.conf $(PREFIX)/etc/ install -m755 irbox $(PREFIX)/usr/bin for f in `find ../data -type f -maxdepth 1`; do \ install -m 644 $$f $(PREFIX)$(IRBOX_DIR); \ -- cgit v1.1