# HG changeset patch # User Eric Joseph-Alexandre # Date 1203817827 -3600 # Node ID e43e61bd447aa6aea9db1a1a2fd457cb69d74282 # Parent f808fda230ba6daeb8d52a861d7b12449efd9032 Restore original receipt. diff -r f808fda230ba -r e43e61bd447a linux/receipt --- a/linux/receipt Sun Feb 24 02:29:49 2008 +0100 +++ b/linux/receipt Sun Feb 24 02:50:27 2008 +0100 @@ -12,18 +12,20 @@ # Rules to configure and make the package. compile_rules() { - cd $src - # lzma and boot patch from pascal - patch -Np1 < ../stuff/boot-kernel.u - patch -Np1 < ../stuff/$PACKAGE-lzma-$VERSION.u - patch -Np1 < ../stuff/decompress_unlzma.u - make mrproper - cp ../stuff/$PACKAGE-$VERSION-slitaz-acpi.config .config - make oldconfig && \ - make bzImage && \ - make modules &&\ - make INSTALL_MOD_PATH=$PWD/_pkg modules_install -} + cd $src + # lzma and boot patch from pascal + patch -p1 < ../stuff/boot-kernel.u + patch -p1 < ../stuff/$PACKAGE-lzma-$VERSION.u + patch -p1 < ../stuff/decompress_unlzma.u + make mrproper + cp ../stuff/$PACKAGE-$VERSION-slitaz.config .config + patch -p1 < ../stuff/config-acpi-$VERSION.u + make oldconfig + make bzImage + make modules + make INSTALL_MOD_PATH=$PWD/_pkg modules_install +} + # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules()