summaryrefslogtreecommitdiff
path: root/Cmds
diff options
context:
space:
mode:
Diffstat (limited to 'Cmds')
-rw-r--r--Cmds2
1 files changed, 2 insertions, 0 deletions
diff --git a/Cmds b/Cmds
index 1b2719a..e841d26 100644
--- a/Cmds
+++ b/Cmds
@@ -37,6 +37,8 @@ endif
INST = echo -e " INST\t$(1)" && install -d $(2) && \
install --mode=644 -DC $(1) $(2)/$(shell basename $(1))
+INSTD = echo -e " INSTD\t$(1)" && install -d $(1)
+
# Determine wheter origin of PREFIX is "file" or "command line"
ifeq ("$(origin PREFIX)", "$(filter $(origin PREFIX), file command line)")
INSTX = echo -e " INST\t$(1)" && install -d $(2) && \