![](https://secure.gravatar.com/avatar/df8330968b6df8cd1c1942c5fb4b720c.jpg?s=120&d=mm&r=g)
6 Apr
2015
6 Apr
'15
9:15 p.m.
commit de4ae8e6b509da7c1af13ff8468baf73b380e31d Author: Thomas Penteker <tek@serverop.de> Date: Mon Apr 6 23:15:26 2015 +0200 chromium-pdf: adjust extracting command diff --git a/chromium-pdf/Pkgfile b/chromium-pdf/Pkgfile index 4724fbc..0b5ce0a 100644 --- a/chromium-pdf/Pkgfile +++ b/chromium-pdf/Pkgfile @@ -11,6 +11,6 @@ source=() build() { wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb ar -x google-chrome-stable_current_amd64.deb - tar --use-compress-program=lzma -xf data.tar.lzma + tar -xJf data.tar.xz install -D opt/google/chrome/libpdf.so $PKG/usr/lib/chromium/libpdf.so }