misc/nvclock: Force -j1 + update email.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
3ed208e7d6
commit
363d7e8cc2
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Slackware build script for nvclock
|
||||
|
||||
# Written by M.Dinslage contact: daedra@charter.net
|
||||
# Written by M.Dinslage contact: daedra1980@gmail.com
|
||||
|
||||
# Modified by Robby Workman for with some packaging and build fixes
|
||||
# If the use of SLKCFLAGS causes any problems, please let me know
|
||||
|
@ -76,7 +76,7 @@ CXXFLAGS="$SLKCFLAGS" \
|
|||
|
||||
# Will not build in parallel.
|
||||
make -j1
|
||||
make install DESTDIR=$PKG
|
||||
make -j1 install DESTDIR=$PKG
|
||||
|
||||
find $PKG | xargs file | grep -e "executable" -e "shared object" | grep ELF \
|
||||
| cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true
|
||||
|
|
|
@ -7,4 +7,4 @@ DOWNLOAD_x86_64=""
|
|||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
MAINTAINER="M.Dinslage"
|
||||
EMAIL="daedra@charter.net"
|
||||
EMAIL="daedra1980@gmail.com"
|
||||
|
|
Loading…
Reference in New Issue