# HG changeset patch # User Christopher Rogers # Date 1287423164 0 # Node ID 07b433a23a44d5e5da8513407636c11bb782b6e5 # Parent d4fabad5ae116a68644ac713c3d8ce2da01662ae Fixed aufs-utils. I just need linux-module-headers installed without linux-source. Compiles fine that way. diff -r d4fabad5ae11 -r 07b433a23a44 aufs-utils/receipt --- a/aufs-utils/receipt Mon Oct 18 23:34:42 2010 +0200 +++ b/aufs-utils/receipt Mon Oct 18 17:32:44 2010 +0000 @@ -25,8 +25,8 @@ cd $src patch -p1 -R < $WOK/$PACKAGE/stuff/fix-kdir.patch sed -i 's/-m 644 -T/-m 644/' Makefile - make KDIR=$WOK/linux/linux-$KERNEL_VERSION && - make KDIR=$WOK/linux/linux-$KERNEL_VERSION DESTDIR=$PWD/_pkg install + make && + make DESTDIR=$PWD/_pkg install } # Rules to gen a SliTaz package suitable for Tazpkg.