wok-next rev 21185

aufs-utils: modified include path
author Hans-G?nter Theisgen
date Sun Sep 22 17:38:43 2019 +0100 (2019-09-22)
parents 09da1b04efaa
children b17b6e3095fc
files aufs-utils/receipt
line diff
     1.1 --- a/aufs-utils/receipt	Sun Sep 22 17:16:53 2019 +0100
     1.2 +++ b/aufs-utils/receipt	Sun Sep 22 17:38:43 2019 +0100
     1.3 @@ -19,7 +19,8 @@
     1.4  compile_rules() {
     1.5  	KERNEL_VERSION=$(. $WOK/linux/receipt; echo $VERSION)
     1.6  
     1.7 -	make headers_install DESTDIR=$install &&
     1.8 +	sed -i 's|linux/aufs_type.h|uapi/linux/aufs_type.h|' ver.c
     1.9 +
    1.10  	make &&
    1.11  	make DESTDIR=$install install
    1.12  }