aboutsummaryrefslogtreecommitdiffstats
path: root/utils
diff options
context:
space:
mode:
Diffstat (limited to 'utils')
-rwxr-xr-xutils/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/Makefile b/utils/Makefile
index e8a5602ba..352752eac 100755
--- a/utils/Makefile
+++ b/utils/Makefile
@@ -18,7 +18,7 @@ all: depend $(TARGET)
install:
for x in $(TARGET); do \
if [ "$$x" != "none" ]; then \
- install -m 755 $$x $(DESTDIR)$(ASTSBINDIR)/astman; \
+ install -m 755 $$x $(DESTDIR)$(ASTSBINDIR)/$$x; \
fi; \
done