wok-6.x diff lxc/receipt @ rev 15418
Up: thunderbird-langpack-es_ES (17.0.9esr)
author | Dominique Corbex <domcox@slitaz.org> |
---|---|
date | Sun Nov 03 21:52:40 2013 +0100 (2013-11-03) |
parents | 8dc86d3cfac7 |
children | c95f2bc361ec |
line diff
1.1 --- a/lxc/receipt Thu Jul 21 12:00:26 2011 +0200 1.2 +++ b/lxc/receipt Sun Nov 03 21:52:40 2013 +0100 1.3 @@ -5,6 +5,7 @@ 1.4 CATEGORY="system-tools" 1.5 SHORT_DESC="Userspace control package for Linux Containers." 1.6 MAINTAINER="pascal.bellard@slitaz.org" 1.7 +LICENSE="LGPL2.1" 1.8 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.9 WEB_SITE="http://lxc.sourceforge.net/" 1.10 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" 1.11 @@ -27,12 +28,12 @@ 1.12 genpkg_rules() 1.13 { 1.14 mkdir -p $fs/usr $fs/var/lib/lxc 1.15 - cp -a $_pkg/usr/bin $fs/usr 1.16 - cp -a $_pkg/usr/lib $fs/usr 1.17 + cp -a $install/usr/bin $fs/usr 1.18 + cp -a $install/usr/lib $fs/usr 1.19 sed -i 's|/usr/var/lib/lxc|/var/lib/lxc|;s|/bin/bash|/bin/ash|' \ 1.20 $fs/usr/bin/lxc-version $fs/usr/bin/lxc-netstat \ 1.21 $fs/usr/bin/lxc-destroy $fs/usr/bin/lxc-create \ 1.22 - $fs/usr/bin/lxc-setcaps $fs/usr/bin/lxc-setuid \ 1.23 + $fs/usr/bin/lxc-setcap $fs/usr/bin/lxc-setuid \ 1.24 $fs/usr/bin/lxc-ls 1.25 sed -i -e 's/^is_set(/zgrep() { zcat | grep "$@"; }\n\n&/' \ 1.26 -e 's/\(.*\$GREP .*\)\(\$CONFIG.*\)/\1< \2/' \