aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authormarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2004-08-07 03:01:52 +0000
committermarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2004-08-07 03:01:52 +0000
commit5d2aa16846d667ff05eaaec512d9d300d3e7606b (patch)
tree906767be58c7f4ad6390d8e7ffc86930bf2b37e1 /Makefile
parent25daabb0795dc18463191837087114d8a1dd4985 (diff)
Don't install mpg123 unless it was built
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@3588 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'Makefile')
-rwxr-xr-xMakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 7abdf0de9..25fedf561 100755
--- a/Makefile
+++ b/Makefile
@@ -387,7 +387,7 @@ bininstall: all
fi
( cd $(DESTDIR)$(ASTVARLIBDIR)/sounds ; ln -s $(ASTSPOOLDIR)/vm . )
( cd $(DESTDIR)$(ASTVARLIBDIR)/sounds ; ln -s $(ASTSPOOLDIR)/voicemail . )
- if [ -d mpg123-0.59r ]; then make -C mpg123-0.59r install; fi
+ if [ -f mpg123-0.59r/mpg123 ]; then make -C mpg123-0.59r install; fi
@echo " +---- Asterisk Installation Complete -------+"
@echo " + +"
@echo " + YOU MUST READ THE SECURITY DOCUMENT +"