# HG changeset patch # User Pascal Bellard # Date 1409816927 -7200 # Node ID 4b0e72ea949dcb9392450943a05249e4e9850051 # Parent c5a3b4a28c40c7724ac8ffcd6a766b1164f2a2a6 Up lilo (24.0), better linux 3.x & GPT support diff -r c5a3b4a28c40 -r 4b0e72ea949d lilo/receipt --- a/lilo/receipt Wed Sep 03 13:29:36 2014 +0200 +++ b/lilo/receipt Thu Sep 04 09:48:47 2014 +0200 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="lilo" -VERSION="23.2" +VERSION="24.0" CATEGORY="system-tools" SHORT_DESC="LInux boot LOader." MAINTAINER="pascal.bellard@slitaz.org" @@ -16,8 +16,8 @@ # Rules to configure and make the package. compile_rules() { - cd $src sed -i 's/cp -uf/cp -f/' Makefile + sed -i 's/strip lilo.static/& || true/' src/Makefile make && make install }