[asterisk-commits] kpfleming: branch 1.4 r48427 -
	/branches/1.4/build_tools/prep_tarball
    asterisk-commits at lists.digium.com 
    asterisk-commits at lists.digium.com
       
    Tue Dec 12 16:18:14 MST 2006
    
    
  
Author: kpfleming
Date: Tue Dec 12 17:18:14 2006
New Revision: 48427
URL: http://svn.digium.com/view/asterisk?view=rev&rev=48427
Log:
when making a release, we can always use wget and we can't run the configure script to find that out...
Modified:
    branches/1.4/build_tools/prep_tarball
Modified: branches/1.4/build_tools/prep_tarball
URL: http://svn.digium.com/view/asterisk/branches/1.4/build_tools/prep_tarball?view=diff&rev=48427&r1=48426&r2=48427
==============================================================================
--- branches/1.4/build_tools/prep_tarball (original)
+++ branches/1.4/build_tools/prep_tarball Tue Dec 12 17:18:14 2006
@@ -5,4 +5,4 @@
 #
 # It will be executed from the top-level directory of the project.
 
-make -C sounds all MENUSELECT_CORE_SOUNDS=CORE-SOUNDS-EN-GSM MENUSELECT_MOH=MOH-FREEPLAY-WAV
+make -C sounds all MENUSELECT_CORE_SOUNDS=CORE-SOUNDS-EN-GSM MENUSELECT_MOH=MOH-FREEPLAY-WAV WGET=wget
    
    
More information about the asterisk-commits
mailing list