diff options
author | Jan Holesovsky <kendy@suse.cz> | 2011-07-28 18:33:58 +0200 |
---|---|---|
committer | Jan Holesovsky <kendy@suse.cz> | 2011-07-28 18:33:58 +0200 |
commit | a95376174ec70c4a75569ce6dafacb0f696b21bc (patch) | |
tree | c1b813dddd1c32efb22913cc3b2f5813e6d901ff /download | |
parent | edb451c490fe72ced8df20829c7fbc0da93e672c (diff) | |
parent | 6760b5695c4461126a34a84f64fd7114eff23143 (diff) |
Merge commit 'libreoffice-3.4.2.3'
Conflicts:
Makefile.in
configure.in
instsetoo_native/util/makefile.mk
instsetoo_native/util/openoffice.lst
ooo.lst.in
set_soenv.in
solenv/inc/minor.mk
Diffstat (limited to 'download')
-rwxr-xr-x | download | 9 |
1 files changed, 1 insertions, 8 deletions
@@ -199,14 +199,7 @@ if [ -f $start_dir/bootstrap.ver -a ! -d $start_dir/.git ] ; then if [ ! -f "$TARFILE_LOCATION/$tarname.tar.bz2" ] ; then downloaditem "http://download.documentfoundation.org/libreoffice/src/" "$tarname.tar.bz2" "" fi - if [ ! -d $lo_src_dir/$tarname ] ; then - echo "Unpacking $tarname.tar.bz2..." - tar -xf "$TARFILE_LOCATION/$tarname.tar.bz2" -C "$lo_src_dir" - fi - # create symlinks - for dir in `find "$lo_src_dir/$tarname" -mindepth 1 -maxdepth 1 -type d` ; do - ln -sf "$dir" "$start_dir" - done + $start_dir/bin/unpack-sources $start_dir $TARFILE_LOCATION/$tarname.tar.bz2 done fi |