summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 4bd0314..046c0f9 100644
--- a/Makefile
+++ b/Makefile
@@ -96,8 +96,8 @@ install_iface: $(IFACEFILES)
install_etc: $(ETCFILES)
if [ ! -f /etc/iscsi/iscsid.conf ]; then \
- $(INSTALL) -d $(DESTDIR)$(etcdir)/iscsi
- $(INSTALL) -m 644 $^ $(DESTDIR)$(etcdir)/iscsi
+ $(INSTALL) -d $(DESTDIR)$(etcdir)/iscsi ; \
+ $(INSTALL) -m 644 $^ $(DESTDIR)$(etcdir)/iscsi ; \
fi
install_doc: $(MANPAGES)