gen_library.sh: Only copy .ogg files

This excludes the invalid_track file I just added.

Signed-off-by: Anna Schumaker <Anna@OcarinaProject.net>
This commit is contained in:
Anna Schumaker 2014-06-22 12:57:10 -04:00
parent e274d6399b
commit 9d8455001f
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ function tag_file()
mkdir -p /tmp/ocarina/dir{1..5}
for i in $(seq 5); do
cp tests/Music/* /tmp/ocarina/dir$i/
cp tests/Music/*.ogg /tmp/ocarina/dir$i/
for f in /tmp/ocarina/dir$i/*; do
tag_file $f $i