Korrekturen damit der Build wieder laeuft

MPFire fix damit der shuffle funktioniert
Backup der Addons weiter gebaut


git-svn-id: http://svn.ipfire.org/svn/ipfire/trunk@975 ea5c0bd1-69bd-2848-81d8-4f18e57aeed8
This commit is contained in:
ms
2007-10-16 18:35:15 +00:00
parent 901a50cfed
commit 5ad5a6bcd6
20 changed files with 89 additions and 25 deletions

View File

@@ -90,7 +90,7 @@ sub clearplaylist(){
}
sub shuffle(){
system("mpc shuffle >/dev/null");
system("mpc random >/dev/null");
}
sub checkplaylist(){