Added j option to tar.

nmfix
Alex Taber 2015-12-02 15:38:35 -05:00
parent d3f99ac48b
commit c7713e295c
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
pkgbase = teamviewer
pkgdesc = All-In-One Software for Remote Support and Online Meetings
pkgver = 11.0.52520
pkgrel = 1.1
pkgrel = 1.2
url = http://www.teamviewer.com
install = teamviewer.install
arch = i686

View File

@ -26,7 +26,7 @@ fi
build() {
cd "${srcdir}"
tar -xf data.tar.bz2
tar -jxf data.tar.bz2
}
package() {