manual make for translations not needed anymore

This commit is contained in:
Martchus 2015-06-12 02:32:10 +02:00
parent d3a13b73df
commit f145566874
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ sha256sums=('d359927292464fcf41c8a11315ff79e2')
build() {
cd "$srcdir/${PROJECT_DIR_NAME:-$_reponame-$pkgver}"
INSTALL_ROOT=$pkgdir/usr/ qmake-qt5 "$pkgname.pro" -r -spec linux-g++
make && make updateqm
make
}
package() {