summaryrefslogtreecommitdiff
path: root/agi/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'agi/Makefile')
-rw-r--r--agi/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/agi/Makefile b/agi/Makefile
index 591155dd1..9be10001c 100644
--- a/agi/Makefile
+++ b/agi/Makefile
@@ -40,7 +40,7 @@ eagi-test: eagi-test.o strcompat.o
eagi-sphinx-test: eagi-sphinx-test.o
install: all
- mkdir -p $(DESTDIR)$(AGI_DIR)
+ $(INSTALL) -d $(DESTDIR)$(AGI_DIR)
for x in $(AGIS); do $(INSTALL) -m 755 $$x $(DESTDIR)$(AGI_DIR) ; done
uninstall: