[asterisk-addons-commits] file: trunk r276 -
/trunk/format_mp3/Makefile
asterisk-addons-commits at lists.digium.com
asterisk-addons-commits at lists.digium.com
Fri Aug 11 08:09:50 MST 2006
Author: file
Date: Fri Aug 11 10:09:50 2006
New Revision: 276
URL: http://svn.digium.com/view/asterisk-addons?rev=276&view=rev
Log:
Respect $(DESTDIR) in install directory for format_mp3 (issue #7713 reported by Mithraen)
Modified:
trunk/format_mp3/Makefile
Modified: trunk/format_mp3/Makefile
URL: http://svn.digium.com/view/asterisk-addons/trunk/format_mp3/Makefile?rev=276&r1=275&r2=276&view=diff
==============================================================================
--- trunk/format_mp3/Makefile (original)
+++ trunk/format_mp3/Makefile Fri Aug 11 10:09:50 2006
@@ -1,4 +1,4 @@
-INSTALLTO=/usr/lib/asterisk/modules
+INSTALLTO=$(DESTDIR)/usr/lib/asterisk/modules
MODS=format_mp3.so
MP3OBJS=common.o dct64_i386.o decode_ntom.o layer3.o tabinit.o interface.o format_mp3.o
More information about the asterisk-addons-commits
mailing list