wok-next diff aufs/receipt @ rev 19751

Up perl-xml-parser: we have perl-dev now...
author Aleksej Bobylev <al.bobylev@gmail.com>
date Thu Jun 08 15:34:29 2017 +0300 (2017-06-08)
parents 119e586fb823
children cf03631202da
line diff
     1.1 --- a/aufs/receipt	Mon Jan 02 07:42:47 2017 +0200
     1.2 +++ b/aufs/receipt	Thu Jun 08 15:34:29 2017 +0300
     1.3 @@ -16,6 +16,11 @@
     1.4  BUILD_DEPENDS="linux-module-headers xz"
     1.5  SIBLINGS="linux64-aufs"
     1.6  
     1.7 +# How to update:
     1.8 +# 1. Go to https://github.com/sfjro/aufs4-standalone/
     1.9 +# 2. Select "aufs4.9" for the Linux Kernel-4.9.x in the "Branch:" dropdown
    1.10 +# 3. Copy 7 hex digits after the "Latest commit": it's $VERSION
    1.11 +
    1.12  # Rules to configure and make the package.
    1.13  compile_rules()
    1.14  {
    1.15 @@ -46,6 +51,6 @@
    1.16  	mkdir -p $fs/lib/modules/${kvers}-slitaz/kernel/fs/aufs
    1.17  	install -o root -m 0644 $src/fs/aufs/aufs.ko.xz \
    1.18  		$fs/lib/modules/${kvers}-slitaz/kernel/fs/aufs/aufs.ko.xz
    1.19 -	install -D -o root -m 0644 $src/include/linux/aufs_type.h \
    1.20 -		$fs/usr/include/linux/aufs_type.h
    1.21 +	install -D -o root -m 0644 $src/include/uapi/linux/aufs_type.h \
    1.22 +		$fs/usr/include/uapi/linux/aufs_type.h
    1.23  }