diff --git a/base/mate-themes/mate-themes.SlackBuild b/base/mate-themes/mate-themes.SlackBuild index 97793a4..488a4b1 100644 --- a/base/mate-themes/mate-themes.SlackBuild +++ b/base/mate-themes/mate-themes.SlackBuild @@ -3,6 +3,7 @@ # Slackware build script for mate-themes # Copyright 2013 Chess Griffin Raleigh, NC +# Copyright 2013 Willy Sudiarto Raharjo # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -23,7 +24,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=mate-themes -VERSION=${VERSION:-1.6.0} +VERSION=${VERSION:-1.6.1} BUILD=${BUILD:-1} TAG=${TAG:-_msb} @@ -71,7 +72,7 @@ find . \ CFLAGS="$SLKCFLAGS" \ CXXFLAGS="$SLKCFLAGS" \ -./autogen.sh \ +./configure \ --prefix=/usr \ --libdir=/usr/lib${LIBDIRSUFFIX} \ --sysconfdir=/etc \