wok-next diff linux/stuff/tools/aufs-patches @ rev 21727

created recipe for vbindiff
author Hans-G?nter Theisgen
date Sat Nov 21 14:32:44 2020 +0100 (2020-11-21)
parents 960a052d15d3
children
line diff
     1.1 --- a/linux/stuff/tools/aufs-patches	Sat Jan 21 17:27:31 2017 +0200
     1.2 +++ b/linux/stuff/tools/aufs-patches	Sat Nov 21 14:32:44 2020 +0100
     1.3 @@ -20,6 +20,7 @@
     1.4  # Apply patches
     1.5  echo "Applying aufs patches..."
     1.6  while read patch_file; do
     1.7 +	[ ${patch_file:0:1} == '#' ] && continue
     1.8  	if [ -f done.$patch_file ]; then
     1.9  		echo "Skipping $patch_file"; continue
    1.10  	fi
    1.11 @@ -30,5 +31,5 @@
    1.12  aufs4-base.patch
    1.13  aufs4-mmap.patch
    1.14  aufs4-standalone.patch
    1.15 -aufs4-loopback.patch
    1.16 +# aufs4-loopback.patch
    1.17  EOT