wok rev 253

Restore original receipt.
author Eric Joseph-Alexandre <erjo@slitaz.org>
date Sun Feb 24 02:50:27 2008 +0100 (2008-02-24)
parents f808fda230ba
children df615b5b2ad0
files linux/receipt
line diff
     1.1 --- a/linux/receipt	Sun Feb 24 02:29:49 2008 +0100
     1.2 +++ b/linux/receipt	Sun Feb 24 02:50:27 2008 +0100
     1.3 @@ -12,18 +12,20 @@
     1.4  # Rules to configure and make the package.
     1.5  compile_rules()
     1.6  {
     1.7 -    cd $src
     1.8 -    # lzma and boot patch from pascal
     1.9 -    patch -Np1 < ../stuff/boot-kernel.u
    1.10 -    patch -Np1 < ../stuff/$PACKAGE-lzma-$VERSION.u
    1.11 -    patch -Np1 < ../stuff/decompress_unlzma.u
    1.12 -    make mrproper
    1.13 -    cp ../stuff/$PACKAGE-$VERSION-slitaz-acpi.config .config 
    1.14 -    make oldconfig && \
    1.15 -    make bzImage && \
    1.16 -    make modules  &&\
    1.17 -    make INSTALL_MOD_PATH=$PWD/_pkg modules_install
    1.18 -}
    1.19 +	cd $src
    1.20 +	# lzma and boot patch from pascal
    1.21 +	patch -p1 < ../stuff/boot-kernel.u
    1.22 +	patch -p1 < ../stuff/$PACKAGE-lzma-$VERSION.u
    1.23 +	patch -p1 < ../stuff/decompress_unlzma.u
    1.24 +	make mrproper	
    1.25 +	cp ../stuff/$PACKAGE-$VERSION-slitaz.config .config
    1.26 +	patch -p1 < ../stuff/config-acpi-$VERSION.u
    1.27 +	make oldconfig
    1.28 +	make bzImage
    1.29 +	make modules
    1.30 +	make INSTALL_MOD_PATH=$PWD/_pkg modules_install
    1.31 +} 
    1.32 +
    1.33  
    1.34  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.35  genpkg_rules()