fix mate-icon-theme SlackBuild so it uses configure instead of autogen.sh. It seems upstream changed the source tarball but didn't remove the autogen.sh from the git repo.

Signed-off-by: Chess Griffin <chess.griffin@gmail.com>
This commit is contained in:
Chess Griffin 2013-06-23 23:10:07 -04:00
parent 527c0299fe
commit 4605c46407
No known key found for this signature in database
GPG key ID: BFF42AA34B3305BE

View file

@ -25,7 +25,7 @@
PRGNAM=mate-icon-theme
VERSION=${VERSION:-1.6.1}
BUILD=${BUILD:-1}
BUILD=${BUILD:-2}
TAG=${TAG:-_msb}
ARCH=noarch
@ -72,7 +72,7 @@ find . \
CFLAGS="$SLKCFLAGS" \
CXXFLAGS="$SLKCFLAGS" \
./autogen.sh \
./configure \
--prefix=/usr \
--libdir=/usr/lib${LIBDIRSUFFIX} \
--sysconfdir=/etc \