Changeset 8861

Show
Ignore:
Timestamp:
02/17/10 18:53:25 (2 years ago)
Author:
p_lindheimer
Message:

Modify build tools to deal with change from mohmp3 to moh

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • freepbx/branches/2.7/buildtools/generate-release.sh

    r8561 r8861  
    3737# 
    3838cd amp_conf 
    39 find agi-bin  astetc  bin htdocs  htdocs_panel  mohmp3 sbin sounds -type f | xargs md5sum | grep -v .svn > ../upgrades/$ver.md5 
     39find agi-bin  astetc  bin htdocs  htdocs_panel  moh sbin sounds -type f | xargs md5sum | grep -v .svn > ../upgrades/$ver.md5 
    4040 
    4141  ;; 
  • freepbx/branches/2.7/buildtools/md5-amp_conf.sh

    r5124 r8861  
    88cd ../amp_conf 
    99 
    10 find agi-bin  astetc  bin  cgi-bin htdocs  htdocs_panel  mohmp3 sbin sounds -type f | xargs md5sum | grep -v .svn > ../upgrades/$1.md5 
     10find agi-bin  astetc  bin  cgi-bin htdocs  htdocs_panel  moh sbin sounds -type f | xargs md5sum | grep -v .svn > ../upgrades/$1.md5 
    1111 
    1212  ;;