summaryrefslogtreecommitdiffstats
path: root/bin/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'bin/Makefile')
-rw-r--r--bin/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/Makefile b/bin/Makefile
index 5b59fbf..53be97a 100644
--- a/bin/Makefile
+++ b/bin/Makefile
@@ -1,6 +1,6 @@
include ../config.mk
-BIN_DIST=acf_cli acfpasswd
+BIN_DIST=acf-cli acfpasswd
EXTRA_DIST=Makefile
DISTFILES=$(BIN_DIST) $(EXTRA_DIST)
@@ -30,6 +30,6 @@ install:
dest=`dirname "$(install_dir)/$$i"`;\
install -Dm755 "$$i" "$$dest"/$$i ;\
done
- chmod 700 $(install_dir)/acf_cli
+ chmod 700 $(install_dir)/acf-cli
.PHONY: $(phony)