summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDominik Riebeling <Dominik.Riebeling@gmail.com>2009-10-03 20:56:27 +0000
committerDominik Riebeling <Dominik.Riebeling@gmail.com>2009-10-03 20:56:27 +0000
commitae4025d6bf1450929a6dd46152a1c28e23a2912a (patch)
tree06db71f58758a59818f73f303a6ff5dfe53d9dbf
parent3d5c8fbff02e4b74b66eb9e816b48bf83bcd4ce1 (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-xtools/release/rbutiltarball.sh2
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