wok diff linux-aufs/receipt @ rev 22641

updated deadbeef, deadbeef-dev and deadbeef-plugins again (1.8.0 -> 1.8.2)
author Hans-G?nter Theisgen
date Tue Jan 14 07:24:51 2020 +0100 (2020-01-14)
parents d010061fa2dc
children 68cf96abc146
line diff
     1.1 --- a/linux-aufs/receipt	Thu Mar 15 15:50:34 2018 +0100
     1.2 +++ b/linux-aufs/receipt	Tue Jan 14 07:24:51 2020 +0100
     1.3 @@ -18,6 +18,10 @@
     1.4  # Rules to configure and make the package.
     1.5  compile_rules()
     1.6  {
     1.7 +	if [ ! -d fs ]; then
     1.8 +		kver=$(. ../linux/receipt ; echo $VERSION)
     1.9 +		git checkout origin/aufs${kver%.*}
    1.10 +	fi
    1.11  	sed -i \
    1.12  		-e 's|CONFIG_AUFS_BRANCH_MAX_127 =.*|CONFIG_AUFS_BRANCH_MAX_127 =|' \
    1.13  		-e 's|#CONFIG_AUFS_BRANCH_MAX_32767 =.*|CONFIG_AUFS_BRANCH_MAX_32767 = y|' \