wok-current rev 17117
Up lilo (24.0), better linux 3.x & GPT support
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Thu Sep 04 09:48:47 2014 +0200 (2014-09-04) |
parents | c5a3b4a28c40 |
children | ee04416c1f51 |
files | lilo/receipt |
line diff
1.1 --- a/lilo/receipt Wed Sep 03 13:29:36 2014 +0200 1.2 +++ b/lilo/receipt Thu Sep 04 09:48:47 2014 +0200 1.3 @@ -1,7 +1,7 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="lilo" 1.7 -VERSION="23.2" 1.8 +VERSION="24.0" 1.9 CATEGORY="system-tools" 1.10 SHORT_DESC="LInux boot LOader." 1.11 MAINTAINER="pascal.bellard@slitaz.org" 1.12 @@ -16,8 +16,8 @@ 1.13 # Rules to configure and make the package. 1.14 compile_rules() 1.15 { 1.16 - cd $src 1.17 sed -i 's/cp -uf/cp -f/' Makefile 1.18 + sed -i 's/strip lilo.static/& || true/' src/Makefile 1.19 make && 1.20 make install 1.21 }