gnome-common: Use autoconf-archive.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackware-id.org>
This commit is contained in:
Willy Sudiarto Raharjo 2016-11-08 14:44:14 +07:00
parent 6dbba6ccc8
commit c3afb2f0ea
No known key found for this signature in database
GPG key ID: 887B8374D7333381

View file

@ -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