wok diff memtest/receipt @ rev 13197

Up: fail2ban to 0.8.7.1.
author Christopher Rogers <slaxemulator@gmail.com>
date Sun Aug 05 11:03:51 2012 +0000 (2012-08-05)
parents 42f1d19df394
children 18d1dc85701e
line diff
     1.1 --- a/memtest/receipt	Wed Jan 26 00:46:58 2011 +0000
     1.2 +++ b/memtest/receipt	Sun Aug 05 11:03:51 2012 +0000
     1.3 @@ -21,15 +21,6 @@
     1.4  # Rules to gen a SliTaz package suitable for Tazpkg.
     1.5  genpkg_rules()
     1.6  {
     1.7 -	mkdir -p  $fs/usr/share/boot
     1.8 -	lzma e $src/memtest.bin $fs/usr/share/boot/memtest.lzma
     1.9 +	mkdir -p  $fs/boot
    1.10 +	cp $src/memtest.bin $fs/boot/memtest
    1.11  }
    1.12 -
    1.13 -# Pre and post install commands for Tazpkg.
    1.14 -post_install()
    1.15 -{
    1.16 -	echo "----"
    1.17 -	echo "You can create memtest boot floppy with:"
    1.18 -	echo "# unlzma -c /usr/share/boot/memtest.lzma > /dev/fd0"
    1.19 -	echo "----"
    1.20 -}