diff --git a/gnome-common/gnome-common.SlackBuild b/gnome-common/gnome-common.SlackBuild index cb0d702..d4629f6 100644 --- a/gnome-common/gnome-common.SlackBuild +++ b/gnome-common/gnome-common.SlackBuild @@ -26,7 +26,7 @@ PRGNAM=gnome-common VERSION=${VERSION:-3.18.0} -BUILD=${BUILD:-1} +BUILD=${BUILD:-2} TAG=${TAG:-_csb} CWD=$(pwd) @@ -53,7 +53,7 @@ find -L . \ \( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \ -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \; -./configure --prefix=/usr +./configure --prefix=/usr --with-autoconf-archive make make install DESTDIR=$PKG