now only make bz2 archives, and rely on it being a GNU tar since we use the
-j option for it git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11241 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
cc46eae2a7
commit
d77ae1d555
1 changed files with 2 additions and 4 deletions
|
@ -100,7 +100,5 @@ while(<VERSION>) {
|
|||
close(VERSION);
|
||||
close(THIS);
|
||||
|
||||
`tar -cf rockbox-$version.tar rockbox-$version`;
|
||||
`gzip -c9 rockbox-$version.tar > rockbox-$version.tar.gz`;
|
||||
`bzip2 -c9 rockbox-$version.tar > rockbox-$version.tar.bz2`;
|
||||
`rm -rf rockbox-$version rockbox-$version.tar`;
|
||||
`tar -cjf rockbox-$version.tar.bz2 rockbox-$version`;
|
||||
`rm -rf rockbox-$version`;
|
||||
|
|
Loading…
Reference in a new issue