diff options
Diffstat (limited to 'src/Makefile')
-rw-r--r-- | src/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
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); \ |