On 6/15/06, André Detsch <[EMAIL PROTECTED]> wrote:
On 6/15/06, Lucas Correia Villa Real <[EMAIL PROTECTED]> wrote:
> -    if [ -z "$newver" ] ; then
> -      echo "[R] $prog $ver not found"
> +    if [ -z "$newver" ]
> +    then
> +      unset found_recipe
> +      [ "$use_web" ] && FindPackage $prog $ver && found_recipe=true
> +      [ ! "$found_recipe" ] && echo "[R] $prog $ver not found"

If using FindPackage, forcing --type=recipe seems to be required.

Ouch, I've tested it tonight and it worked. Maybe I accidentally did
some 'undo' before saving the file. I've just commited a fix, 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