wok-backports diff linux/receipt @ rev 55

Remove ashism ==
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Feb 27 17:46:33 2019 +0100 (2019-02-27)
parents 6e3e411ad7c9
children
line diff
     1.1 --- a/linux/receipt	Tue Jan 07 22:43:39 2014 +0000
     1.2 +++ b/linux/receipt	Wed Feb 27 17:46:33 2019 +0100
     1.3 @@ -2,7 +2,6 @@
     1.4  
     1.5  PACKAGE="linux"
     1.6  VERSION="3.2.53"
     1.7 -_AUFSVER="20130311"
     1.8  KBASEVER="${VERSION:0:3}"
     1.9  CATEGORY="base-system"
    1.10  SHORT_DESC="The Linux kernel and modules."
    1.11 @@ -86,7 +85,7 @@
    1.12  
    1.13  	# Check for Aufs and cook it if unbuilt.
    1.14  	echo "Checking for Aufs packages..."
    1.15 -	#_AUFSVER=`grep ^VERSION= $WOK/aufs/receipt | cut -d "=" -f2 | sed -e 's/"//g'`
    1.16 +	_AUFSVER=`grep ^VERSION= $WOK/aufs/receipt | cut -d "=" -f2 | sed -e 's/"//g'`
    1.17  	if [ -x /usr/bin/cook ]; then
    1.18  		# Give info an redirect to /dev/null since aufs got it own log.
    1.19  		AUFSDIR=$WOK/aufs/source/aufs-${_AUFSVER}