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