diff options
author | Dominik Riebeling <Dominik.Riebeling@gmail.com> | 2009-10-03 20:56:27 +0000 |
---|---|---|
committer | Dominik Riebeling <Dominik.Riebeling@gmail.com> | 2009-10-03 20:56:27 +0000 |
commit | ae4025d6bf1450929a6dd46152a1c28e23a2912a (patch) | |
tree | 06db71f58758a59818f73f303a6ff5dfe53d9dbf | |
parent | 3d5c8fbff02e4b74b66eb9e816b48bf83bcd4ce1 (diff) |
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
-rwxr-xr-x | tools/release/rbutiltarball.sh | 2 |
1 files changed, 1 insertions, 1 deletions
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 |