diff options
Diffstat (limited to 'misc/nvclock/nvclock.SlackBuild')
-rw-r--r-- | misc/nvclock/nvclock.SlackBuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/nvclock/nvclock.SlackBuild b/misc/nvclock/nvclock.SlackBuild index c83502e408..e8f6a2d497 100644 --- a/misc/nvclock/nvclock.SlackBuild +++ b/misc/nvclock/nvclock.SlackBuild @@ -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 |