wok diff linux-aufs/receipt @ rev 21399
mana, newsbeuter: fix build
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Mon Apr 22 19:45:31 2019 +0200 (2019-04-22) |
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 Mon Apr 22 19:45:31 2019 +0200 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|' \