summaryrefslogtreecommitdiff
path: root/src/Makefile
diff options
context:
space:
mode:
authorjacomi2000-07-10 14:27:35 +0000
committerjacomi2000-07-10 14:27:35 +0000
commit1fbf2587333c2f16b4a156e9255539cfbeed618a (patch)
tree7bd8cfa5788fec6f7caed109f31e3ccde262cdda /src/Makefile
parent27d55e301a0400173908bbd96832a34b7a60292e (diff)
downloadirbox-1fbf2587333c2f16b4a156e9255539cfbeed618a.zip
irbox-1fbf2587333c2f16b4a156e9255539cfbeed618a.tar.gz
irbox-1fbf2587333c2f16b4a156e9255539cfbeed618a.tar.bz2
irbox-1fbf2587333c2f16b4a156e9255539cfbeed618a.tar.xz
initialisation at system startup removed
Diffstat (limited to 'src/Makefile')
-rw-r--r--src/Makefile1
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); \