# HG changeset patch # User Pascal Bellard # Date 1518454107 -3600 # Node ID 4180b0323fce4c0e05972a37de92a956842db227 # Parent b9679b3a0de2bcb31e939af748ee1d3fb7bfbf1d aufs: move kernel module to linux*-aufs (again) diff -r b9679b3a0de2 -r 4180b0323fce aufs/receipt --- a/aufs/receipt Mon Feb 12 17:41:38 2018 +0100 +++ b/aufs/receipt Mon Feb 12 17:48:27 2018 +0100 @@ -14,6 +14,6 @@ # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { - install -D -o root -m 0644 $install/include/linux/aufs_type.h \ + install -D -o root -m 0644 $install/usr/include/linux/aufs_type.h \ $fs/usr/include/linux/aufs_type.h }