Add DESTDIR support (bug #200)

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@1664 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Mark Spencer
2003-10-25 17:27:53 +00:00
parent c6569f5177
commit b5bcecce5d
10 changed files with 81 additions and 74 deletions

View File

@@ -97,7 +97,7 @@ codec_mp3_d.so: codec_mp3_d.o $(LIBMP3)
include .depend
install: all
for x in $(CODECS); do $(INSTALL) -m 755 $$x $(MODULES_DIR) ; done
for x in $(CODECS); do $(INSTALL) -m 755 $$x $(DESTDIR)$(MODULES_DIR) ; done
depend: .depend