screen: make install needs a -j1

This commit is contained in:
Juergen Daubert 2009-06-11 16:09:06 +02:00
parent f7d3e093f7
commit 94596c4d6c

View File

@ -12,7 +12,7 @@ build () {
cd $name-$version
./configure --prefix=/usr --enable-colors256
make
make DESTDIR=$PKG install
make -j1 DESTDIR=$PKG install
rm -rf $PKG/usr/info
chmod -s $PKG/usr/bin/$name-$version
}