wok-6.x diff linux-aufs/receipt @ rev 23971
Add ascii-patrol & pngnq-s9
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Thu Oct 08 16:37:16 2020 +0000 (2020-10-08) |
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 Thu Oct 08 16:37:16 2020 +0000 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|' \