shared-mime-info: fixed parallel jobs

This commit is contained in:
Jose V Beneyto 2016-01-25 18:22:24 +01:00
parent 3f274eefc6
commit e267cfe74e

View File

@ -14,8 +14,8 @@ build() {
./configure --prefix=/usr
make
make DESTDIR=$PKG install
make -j2
make -j2 DESTDIR=$PKG install
rm -rf $PKG/usr/share/locale
}