wok-6.x diff linux-aufs/receipt @ rev 21833
updated rcs (5.7 -> 5.9.4)
author | Hans-G?nter Theisgen |
---|---|
date | Sat Sep 14 09:40:07 2019 +0100 (2019-09-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 Sat Sep 14 09:40:07 2019 +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|' \