misc/nvclock: Force -j1 + update email.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Matt Dinslage 2013-12-30 09:07:22 +07:00 committed by Erik Hanson
parent 3ed208e7d6
commit 363d7e8cc2
2 changed files with 3 additions and 3 deletions

View File

@ -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

View File

@ -7,4 +7,4 @@ DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""
MAINTAINER="M.Dinslage"
EMAIL="daedra@charter.net"
EMAIL="daedra1980@gmail.com"