wok diff lguest-libre/receipt @ rev 22110
python-constantly: add bdeps
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sat Nov 02 13:26:58 2019 +0100 (2019-11-02) |
parents | 7896f0694ef6 |
children |
line diff
1.1 --- a/lguest-libre/receipt Sat Aug 10 21:12:16 2013 +0000 1.2 +++ b/lguest-libre/receipt Sat Nov 02 13:26:58 2019 +0100 1.3 @@ -1,7 +1,7 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="lguest-libre" 1.7 -VERSION="2.6.37-gnu" 1.8 +VERSION="3.18.129-gnu" 1.9 CATEGORY="base-system" 1.10 SHORT_DESC="The Linux Libre kernel paravirtualization tool." 1.11 MAINTAINER="gokhlayeh@slitaz.org" 1.12 @@ -14,5 +14,5 @@ 1.13 genpkg_rules() 1.14 { 1.15 mkdir -p $fs/usr/sbin 1.16 - cp $src/Documentation/lguest/lguest $fs/usr/sbin 1.17 + cp $src/tools/lguest/lguest $fs/usr/sbin 1.18 }