summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--bin/Makefile4
-rwxr-xr-xbin/acf-cli (renamed from bin/acf_cli)0
2 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)
diff --git a/bin/acf_cli b/bin/acf-cli
index 4ef512e..4ef512e 100755
--- a/bin/acf_cli
+++ b/bin/acf-cli