'tar' fails at unpacking adobe files, but the files get unpacked.

I simply disable the check for tar error codes.


svn path=/nixpkgs/branches/stdenv-updates/; revision=25067
This commit is contained in:
Lluís Batlle i Rossell 2010-12-12 08:47:13 +00:00
parent ee04ffcb55
commit 0fe27433af

View file

@ -3,11 +3,13 @@ source $stdenv/setup
echo "unpacking $src..."
tar xvfa $src
ensureDir $out
ensureDir $out/Adobe/Reader9
echo "unpacking reader..."
set +e
tar xvf AdobeReader/COMMON.TAR -C $out
tar xvf AdobeReader/ILINXR.TAR -C $out
set -e
# Disable this plugin for now (it needs LDAP, and I'm too lazy to add it).
rm $out/Adobe/Reader*/Reader/intellinux/plug_ins/PPKLite.api