[Asterisk-cvs] asterisk/utils Makefile,1.4,1.5
markster at lists.digium.com
markster at lists.digium.com
Sat Dec 18 08:42:03 CST 2004
Update of /usr/cvsroot/asterisk/utils
In directory mongoose.digium.com:/tmp/cvs-serv18161/utils
Modified Files:
Makefile
Log Message:
Fix silly error in makefile (bug #3081)
Index: Makefile
===================================================================
RCS file: /usr/cvsroot/asterisk/utils/Makefile,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- Makefile 15 Dec 2004 20:29:31 -0000 1.4
+++ Makefile 18 Dec 2004 13:38:15 -0000 1.5
@@ -18,7 +18,7 @@
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
More information about the svn-commits
mailing list