From 67703cde9f01b549dc3748bbf7bf71e67eb312e4 Mon Sep 17 00:00:00 2001 From: Thierry Parmentelat Date: Tue, 11 Sep 2012 16:05:43 +0200 Subject: [PATCH] reviewed distro lxc, that was not building lxctools (transforward was referenced twice) --- lxc-tags.mk | 2 +- lxc.mk | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/lxc-tags.mk b/lxc-tags.mk index db381a77..0a0b5144 100644 --- a/lxc-tags.mk +++ b/lxc-tags.mk @@ -1,6 +1,6 @@ # build-GITPATH is now set by vbuild-nightly.sh to avoid duplication -lxcsu-GITPATH := git://git.planet-lab.org/lxcsu.git@master +lxcsu-GITPATH := git://git.planet-lab.org/lxcsu.git@master lxctools-GITPATH := git://git.planet-lab.org/lxctools.git@master transforward-GITPATH := git://git.onelab.eu/transforward.git@master procprotect-GITPATH := git://git.onelab.eu/procprotect.git@master diff --git a/lxc.mk b/lxc.mk index e70fc9de..317757ab 100644 --- a/lxc.mk +++ b/lxc.mk @@ -13,8 +13,8 @@ # # lxctools: scripts for entering containers # -lxctools-MODULES := transforward -lxctools-SPEC := transforward.spec +lxctools-MODULES := lxctools +lxctools-SPEC := lxctools.spec ALL += lxctools IN_NODEIMAGE += lxctools -- 2.47.0