wok-6.x diff elilo/receipt @ rev 20290
linux-module-headers: update deps for x86_64 target
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Mon Apr 16 09:37:49 2018 +0200 (2018-04-16) |
parents | fdcd42043927 |
children | 33014fa45fa6 |
line diff
1.1 --- a/elilo/receipt Tue Apr 10 13:11:07 2018 +0200 1.2 +++ b/elilo/receipt Mon Apr 16 09:37:49 2018 +0200 1.3 @@ -16,17 +16,19 @@ 1.4 # Rules to configure and make the package. 1.5 compile_rules() 1.6 { 1.7 - mkdir -p $install/usr/share $install/usr/lib $install/usr/sbin 1.8 + mkdir -p $install/boot/efi/boot $install/usr/sbin 1.9 cp -a docs $install/usr/share/doc 1.10 cp README* $install/usr/share/doc 1.11 + rm -rf $install/usr/share/doc/CVS 1.12 sed -i 's|uname -m|echo i686|' Make.defaults 1.13 make -j1 && 1.14 - cp elilo.efi $install/usr/lib/elilo && 1.15 + cp elilo.efi $install/boot/efi/boot/elilo && 1.16 cp tools/eliloalt $install/usr/sbin 1.17 } 1.18 1.19 # Rules to gen a SliTaz package suitable for Tazpkg. 1.20 genpkg_rules() 1.21 { 1.22 - cp -a $install/usr $fs 1.23 + cp -a $install/usr/sbin $fs/usr 1.24 + cp -a $install/boot $fs 1.25 }