From c3afb2f0ea9050743b910ff6061dbc540f3d0c86 Mon Sep 17 00:00:00 2001 From: Willy Sudiarto Raharjo Date: Tue, 8 Nov 2016 14:44:14 +0700 Subject: [PATCH] gnome-common: Use autoconf-archive. Signed-off-by: Willy Sudiarto Raharjo --- gnome-common/gnome-common.SlackBuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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