diff --git a/extra/mate-utils/mate-utils.SlackBuild b/extra/mate-utils/mate-utils.SlackBuild index dac7b47..77747f0 100644 --- a/extra/mate-utils/mate-utils.SlackBuild +++ b/extra/mate-utils/mate-utils.SlackBuild @@ -3,7 +3,7 @@ # Slackware build script for mate-utils # Copyright 2013 Chess Griffin Raleigh, NC -# Copyright 2014 Willy Sudiarto Raharjo +# Copyright 2014-2015 Willy Sudiarto Raharjo # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -24,7 +24,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=mate-utils -VERSION=${VERSION:-1.9.0} +VERSION=${VERSION:-1.9.1} BUILD=${BUILD:-1} TAG=${TAG:-_msb} @@ -88,6 +88,12 @@ CXXFLAGS="$SLKCFLAGS" \ --without-help-dir \ --build=$ARCH-slackware-linux +# This is needed in -current, but should be harmless in -stable as well +sed -i "s|--strict --dry-run|--dry-run|" baobab/data/Makefile +sed -i "s|--strict --dry-run|--dry-run|" gsearchtool/Makefile +sed -i "s|--strict --dry-run|--dry-run|" mate-screenshot/Makefile +sed -i "s|--strict --dry-run|--dry-run|" mate-dictionary/data/Makefile + make $NUMJOBS || make make install DESTDIR=$PKG