wok diff aufs/receipt @ rev 20201

aufs: move kernel module to linux*-aufs (again)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Feb 12 17:41:38 2018 +0100 (2018-02-12)
parents 6d5dc1d4590e
children 4180b0323fce
line diff
     1.1 --- a/aufs/receipt	Mon Feb 12 17:29:20 2018 +0100
     1.2 +++ b/aufs/receipt	Mon Feb 12 17:41:38 2018 +0100
     1.3 @@ -7,13 +7,13 @@
     1.4  MAINTAINER="godane@slitaz.org"
     1.5  LICENSE="GPL2"
     1.6  WEB_SITE="http://aufs.sf.net/"
     1.7 +WANTED="linux-aufs"
     1.8  
     1.9  DEPENDS="linux-aufs"
    1.10 -BUILD_DEPENDS="linux-module-headers git xz"
    1.11  
    1.12  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.13  genpkg_rules()
    1.14  {
    1.15 -	install -D -o root -m 0644 $src/include/linux/aufs_type.h \
    1.16 +	install -D -o root -m 0644 $install/include/linux/aufs_type.h \
    1.17  		$fs/usr/include/linux/aufs_type.h
    1.18  }