From: Thierry Parmentelat Date: Tue, 24 Mar 2009 13:18:33 +0000 (+0000) Subject: fix for gnuradio X-Git-Tag: VserverReference-4.2-12~2 X-Git-Url: http://git.onelab.eu/?p=sliceimage.git;a=commitdiff_plain;h=1f211898f15b5718cf68cafe3c638989a1b7ac00 fix for gnuradio --- diff --git a/build.sh b/build.sh index 41d92f5..9984e7a 100755 --- a/build.sh +++ b/build.sh @@ -53,6 +53,8 @@ vstubdir=$PWD/vservers/.vstub/${slicefamily} # Make /vservers and default vserver reference image install -d -m 755 ${vref} +# needed for pldistros that don't have any system vserver images +install -d -m 755 ${vstubdir} # Some of the PlanetLab RPMs attempt to (re)start themselves in %post, # unless the installation is running inside the BootCD environment. We