summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 532f498..e7a29a7 100644
--- a/Makefile
+++ b/Makefile
@@ -255,7 +255,7 @@ config:
ifneq (,$(COPY_INITD))
$(COPY_INITD)
endif
-ifeq (,$(wildcard $(DESTDIR)$(RCCONF_FILE))
+ifeq (,$(wildcard $(DESTDIR)$(RCCONF_FILE)))
$(INSTALL) -D -m 644 init.conf $(DESTDIR)$(RCCONF_FILE)
endif
ifneq (,$(COPY_NETSCR))