Changeset 5002
it makes more sense to actually install the files instead of just echoing the install command...
Committed by:
RoyK
Date:
Jun 27 2008 * 16:43 (2 months ago)
Affected files:
callweaver-sounds/trunk/install (unified diff)
| r4789 | r5002 | |
|---|---|---|
| 20 | 20 | for file in `find sounds/en_US/MelanieTaylor/8k -name *.wav`; do |
| 21 | 21 | DIR=`dirname $file | perl -pe 's/MelanieTaylor\/8k//'` |
| 22 | 22 | mkdir -p $PREFIX/$DIR |
| 23 | echo cp -p $file $PREFIX/$DIR | |
| 23 | cp -p $file $PREFIX/$DIR | |
| 24 | 24 | done |
| 25 | 25 |
![Home changeset 5002 [home]](/images/logo.png?1180520111)
RSS Feeds