wok-next diff linld/receipt @ rev 21722
efivar: typo in post_install
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Tue Sep 01 10:31:46 2020 +0000 (2020-09-01) |
parents | a3c581bf52b8 |
children |
line diff
1.1 --- a/linld/receipt Fri Aug 10 12:53:17 2018 +0300 1.2 +++ b/linld/receipt Tue Sep 01 10:31:46 2020 +0000 1.3 @@ -3,7 +3,7 @@ 1.4 PACKAGE="linld" 1.5 VERSION="0.97" 1.6 CATEGORY="system-tools" 1.7 -SHORT_DESC="Boot loader for DOS/Win9x." 1.8 +SHORT_DESC="Boot loader for DOS/Win9x" 1.9 MAINTAINER="pascal.bellard@slitaz.org" 1.10 LICENSE="GPL" 1.11 SUFFIX="${VERSION//./}" 1.12 @@ -14,10 +14,8 @@ 1.13 1.14 BUILD_DEPENDS="dosbox upx" 1.15 1.16 -# Rules to configure and make the package. 1.17 -compile_rules() 1.18 -{ 1.19 - mv DIST $src 2> /dev/null 1.20 +compile_rules() { 1.21 + mv DIST $src 2>/dev/null 1.22 cd $src 1.23 rm LINLD$SUFFIX/CRTL.CPP 1.24 cp $stuff/src/* LINLD$SUFFIX/ 1.25 @@ -50,9 +48,7 @@ 1.26 cp tobzimage $install/usr/bin 1.27 } 1.28 1.29 -# Rules to gen a SliTaz package suitable for Tazpkg. 1.30 -genpkg_rules() 1.31 -{ 1.32 +genpkg_rules() { 1.33 mkdir -p $fs/usr/share 1.34 cp -a $install/usr/share/boot $fs/usr/share 1.35 }