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.

--
Andre Detsch
_______________________________________________
gobolinux-devel mailing list
gobolinux-devel@lists.gobolinux.org
http://lists.gobolinux.org/mailman/listinfo/gobolinux-devel

Reply via email to