Open GoogleCodeExporter opened 8 years ago
at least, but not complete, the following change solves the problem.
if [[ $file == *.bz2 ]]
then
cat $file | bunzip2 | tar > "/etc/setup/$pkg.lst" xvf - -C /
elif [[ $file == *.xz ]]
then
cat $file | unxz | tar > "/etc/setup/$pkg.lst" xvf - -C /
fi
Original comment by yilmaz.d...@gmail.com
on 14 Jul 2014 at 12:36
Original issue reported on code.google.com by
yilmaz.d...@gmail.com
on 10 Jul 2014 at 12:53