aboutsummaryrefslogtreecommitdiffstats
path: root/astman
diff options
context:
space:
mode:
authormarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2003-10-25 17:27:53 +0000
committermarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2003-10-25 17:27:53 +0000
commit54aafb9953a22fe6f2831a67a6ab368d897c3931 (patch)
tree3c59050efe9f1710252448db89719f9316e4af20 /astman
parent326a85e10f52280b2facbb2936bed81a60ee2e9f (diff)
Add DESTDIR support (bug #200)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@1664 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'astman')
-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