On 6/13/07, Jonas Karlsson <[EMAIL PROTECTED]> wrote:
> CVSROOT:        /sources/goboscripts
> Module name:    tools
> Changes by:     Jonas Karlsson <mohjive>        07/06/13 18:45:15
>
> Modified files:
>         ChrootCompile/bin: ChrootCompile
>
> Log message:
>         ChrootCompile should Die if no recipe were found
>
> CVSWeb URLs:
> http://cvs.savannah.gnu.org/viewcvs/tools/ChrootCompile/bin/ChrootCompile?cvsroot=goboscripts&r1=1.58&r2=1.59
>
> Patches:
> Index: ChrootCompile
> ===================================================================
> RCS file: /sources/goboscripts/tools/ChrootCompile/bin/ChrootCompile,v
> retrieving revision 1.58
> retrieving revision 1.59
> diff -u -b -r1.58 -r1.59
> --- ChrootCompile       5 May 2007 20:27:40 -0000       1.58
> +++ ChrootCompile       13 Jun 2007 18:45:15 -0000      1.59
> @@ -174,9 +174,13 @@
>  if [ "$localrepository" ]
>  then
>     if Quiet ls /Files/Compile/LocalRecipes/${name}/${version}*/Recipe
> -   then recipedir="`GuessLatest 
> /Files/Compile/LocalRecipes/${name}/${version}*`"
> +   then
> +      recipedir="`GuessLatest 
> /Files/Compile/LocalRecipes/${name}/${version}*`"

Hi Jonas,

While you are on this, could you please replace references to
/F/C/LocalRecipes with $compileLocalRecipesDir instead? There's also a
variable named $compileGetRecipeDir, which is set to /F/C/Recipes by
default. There isn't too many scripts using them yet, but it's a good
idea to make a smooth move..

Thanks,

-- 
Lucas
powered by /dev/dsp
_______________________________________________
gobolinux-devel mailing list
gobolinux-devel@lists.gobolinux.org
http://lists.gobolinux.org/mailman/listinfo/gobolinux-devel

Reply via email to