wok diff ipxe/receipt @ rev 20042

Add snapper
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Aug 29 20:35:56 2017 +0200 (2017-08-29)
parents 49e861a5cc92
children c057166ff777
line diff
     1.1 --- a/ipxe/receipt	Fri Aug 25 17:35:21 2017 +0200
     1.2 +++ b/ipxe/receipt	Tue Aug 29 20:35:56 2017 +0200
     1.3 @@ -37,7 +37,8 @@
     1.4  # Rules to gen a SliTaz package suitable for Tazpkg.
     1.5  genpkg_rules()
     1.6  {
     1.7 -	mkdir $fs/boot
     1.8 +	mkdir $fs/boot $install/usr/share
     1.9 +	cp -a $src/src/doc $install/usr/share
    1.10  	cp -a $src/src/bin/ipxe.lkrn $fs/boot/ipxe
    1.11  	OFS=$((0x156))
    1.12  	unix2dos <<EOT | dd bs=1 of=$fs/boot/ipxe conv=notrunc \