wok diff aufs-utils/receipt @ rev 20235

busybox: add arch (uname -m alias)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Mar 05 15:52:59 2018 +0100 (2018-03-05)
parents 7f39549720b8
children c4e857aec2bd
line diff
     1.1 --- a/aufs-utils/receipt	Mon Jul 04 14:47:05 2016 +0300
     1.2 +++ b/aufs-utils/receipt	Mon Mar 05 15:52:59 2018 +0100
     1.3 @@ -6,8 +6,8 @@
     1.4  SHORT_DESC="The aufs utils."
     1.5  MAINTAINER="pankso@slitaz.org"
     1.6  LICENSE="GPL2"
     1.7 +WEB_SITE="http://aufs.sourceforge.net/"
     1.8  TARBALL="$PACKAGE-$VERSION.tar.bz2"
     1.9 -WEB_SITE="http://aufs.sourceforge.net/"
    1.10  WGET_URL="git|git://aufs.git.sourceforge.net/gitroot/aufs/aufs-util.git"
    1.11  BRANCH="origin/aufs3.0"
    1.12  
    1.13 @@ -17,14 +17,12 @@
    1.14  # Rules to configure and make the package.
    1.15  compile_rules()
    1.16  {
    1.17 -	KERNEL_VERSION=`grep  ^VERSION= $WOK/linux/receipt | cut -d "=" -f2 | sed -e 's/"//g'`
    1.18 -	cd $src
    1.19 +	KERNEL_VERSION=$(. $WOK/linux/receipt; echo $VERSION)
    1.20  	sed -i 's|.*AUFS_XINO_TRUNC_|// &|' c2tmac.c
    1.21  	sed -i 's/-m 644 -T/-m 644/' Makefile
    1.22 +
    1.23  	make &&
    1.24  	make DESTDIR=$DESTDIR install
    1.25 -
    1.26 -	cook_compress_manpages
    1.27  }
    1.28  
    1.29  # Rules to gen a SliTaz package suitable for Tazpkg.