diff options
author | Matteo Bernardini <ponce@slackbuilds.org> | 2015-11-20 16:30:56 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2016-01-17 09:40:16 +0700 |
commit | 6c4427a0e468ccde460ec2546020c437e15ccf64 (patch) | |
tree | eb406dc62b2696fd912770c0f0dd9bcb6d1c6759 /libraries | |
parent | fb4901b138b6e64f80f3582dccbde9a73bbcb808 (diff) | |
download | slackbuilds-6c4427a0e468ccde460ec2546020c437e15ccf64.tar.gz |
libraries/webkitgtk: Removed forced -j1.
Not necessary with the newer make
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Diffstat (limited to 'libraries')
-rw-r--r-- | libraries/webkitgtk/webkitgtk.SlackBuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libraries/webkitgtk/webkitgtk.SlackBuild b/libraries/webkitgtk/webkitgtk.SlackBuild index e6b0950f6b..34a5215f47 100644 --- a/libraries/webkitgtk/webkitgtk.SlackBuild +++ b/libraries/webkitgtk/webkitgtk.SlackBuild @@ -83,7 +83,7 @@ CXXFLAGS="$SLKCFLAGS" \ --enable-geolocation=$GEOCLUE \ --build=$ARCH-slackware-linux -make -j1 +make make install-strip DESTDIR=$PKG mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION |