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 (6 months ago)

Affected files:

callweaver-sounds/trunk/install (unified diff)

r4789r5002
2020 for file in `find sounds/en_US/MelanieTaylor/8k -name *.wav`; do
2121 DIR=`dirname $file | perl -pe 's/MelanieTaylor\/8k//'`
2222 mkdir -p $PREFIX/$DIR
23 echo cp -p $file $PREFIX/$DIR
23 cp -p $file $PREFIX/$DIR
2424 done
2525