Skip to content
Snippets Groups Projects
Commit e249b0b2 authored by Jean-Marc Valin's avatar Jean-Marc Valin
Browse files

Apparently the tar compatibility option has compatibility problems!

parent 8ecba1ad
No related branches found
No related tags found
No related merge requests found
......@@ -35,7 +35,7 @@ cp -a "${toplevel}"/README.draft "${destdir}"/README
cp -a "${toplevel}"/COPYING "${destdir}"/COPYING
cp -a "${toplevel}"/tests/run_vectors.sh "${destdir}"/
GZIP=-9 tar --owner=root --group=root --old-archive -czf opus_source.tar.gz "${destdir}"
GZIP=-9 tar --owner=root --group=root --format=v7 -czf opus_source.tar.gz "${destdir}"
echo building base64 version
cat opus_source.tar.gz| base64 | tr -d '\n' | fold -w 64 | \
sed -e 's/^/\<spanx style="vbare"\>###/' -e 's/$/\<\/spanx\>\<vspace\/\>/' > \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment