Mercurial > audlegacy
view rename.sh @ 526:c41406418769 trunk
[svn] do not try to compile amidi-plug if alsa is not available
author | giacomo |
---|---|
date | Fri, 27 Jan 2006 14:22:22 -0800 |
parents | cb178e5ad177 |
children |
line wrap: on
line source
files=$(grep libbeep * -Rl | xargs) for i in $files; do echo "==> $i" sed s:beep\/:audacious\/:g < $i > $i.new mv $i.new $i done;