screen: make install needs a -j1
This commit is contained in:
parent
f7d3e093f7
commit
94596c4d6c
@ -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
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user