From: Thierry Parmentelat Date: Mon, 10 Mar 2008 13:15:50 +0000 (+0000) Subject: yet another fix X-Git-Tag: MyPLC-4.2-4~9 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=ddb8e8b6a1a6d34959fd567c36a88e7afe56e093;hp=7a8bc999fb3642460c47027f822d8004b6ff589f;p=myplc.git yet another fix --- diff --git a/build-native.sh b/build-native.sh index 4c73823..f9924dd 100755 --- a/build-native.sh +++ b/build-native.sh @@ -55,8 +55,8 @@ install -D -m 444 plc_config.dtd ${tmpdir}/etc/planetlab/plc_config.dtd # updates or optional packages should be placed in this directory. nodefamily=${pldistro}-${pl_DISTRO_ARCH} install -D -m 644 $pl_DISTRO_YUMGROUPS \ - data/var/www/html/install-rpms/$nodefamily/yumgroups.xml + ${tmpdir}/var/www/html/install-rpms/$nodefamily/yumgroups.xml # temporary - so that node update still work until yum.conf.php gets fixed -( cd data/var/www/html/install-rpms ; ln -s $nodefamily planetlab) +( cd ${tmpdir}/var/www/html/install-rpms ; ln -s $nodefamily planetlab) exit 0