From ae4025d6bf1450929a6dd46152a1c28e23a2912a Mon Sep 17 00:00:00 2001 From: Dominik Riebeling Date: Sat, 3 Oct 2009 20:56:27 +0000 Subject: [PATCH] Rockbox Utility now uses the ucl sources so include them in the tarball. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22900 a1c6a512-1295-4272-9138-f99709370657 --- tools/release/rbutiltarball.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/release/rbutiltarball.sh b/tools/release/rbutiltarball.sh index 37bbd25c68..484ba9e988 100755 --- a/tools/release/rbutiltarball.sh +++ b/tools/release/rbutiltarball.sh @@ -22,7 +22,7 @@ rm -rf bootloader firmware fonts icons uisimulator wps backdrops docs flash gdb # Clean out tools and restore the bits that we need rm -rf tools/* -svn update tools/{iriver.c,Makefile,mkboot.h,voicefont.c,VOICE_PAUSE.wav,wavtrim.h,iriver.h,mkboot.c,rbspeex,voicefont.h,wavtrim.c} +svn update tools/{iriver.c,Makefile,mkboot.h,voicefont.c,VOICE_PAUSE.wav,wavtrim.h,iriver.h,mkboot.c,rbspeex,ucl,voicefont.h,wavtrim.c} # Just in case mkdir -p tools/rbspeex/build