wok diff lz4/receipt @ rev 20222

memtest, ipxe: update bootloader.S
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Feb 26 19:03:16 2018 +0100 (2018-02-26)
parents 8b25fb7e14d8
children 09bd28f19acf
line diff
     1.1 --- a/lz4/receipt	Mon Jan 29 17:58:54 2018 +0100
     1.2 +++ b/lz4/receipt	Mon Feb 26 19:03:16 2018 +0100
     1.3 @@ -23,8 +23,6 @@
     1.4  # Rules to gen a SliTaz package suitable for Tazpkg.
     1.5  genpkg_rules()
     1.6  {
     1.7 -	mkdir -p $fs/usr/bin
     1.8 -	cp -a $install/usr/bin/lz4 $fs/usr/bin
     1.9 -	cp -a $install/usr/bin/lz4cat $fs/usr/bin
    1.10 -	cp -a $install/usr/bin/unlz4 $fs/usr/bin
    1.11 +	mkdir -p $fs/usr
    1.12 +	cp -a $install/usr/bin $fs/usr
    1.13  }