lrzsz: Force one job in make process, otherwise it fails

This commit is contained in:
Alan Mizrahi 2010-09-13 15:43:15 +09:00 committed by Bartlomiej Palmowski
parent 7c3dc8fb59
commit 376934e5d4

View File

@ -11,6 +11,6 @@ source=(http://www.ohse.de/uwe/releases/$name-$version.tar.gz)
build() {
cd $name-$version
./configure --prefix=/usr --disable-nls
make
make -j 1
make DESTDIR=$PKG install
}