From 0f527db6e225f7e8152d41b32dda434bb58f7e15 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joshua=20Ismael=20Haase=20Hern=C3=A1ndez?= Date: Sun, 19 Jun 2011 00:50:35 -0500 Subject: find_deps use ">=" instead "=" --- fullpkg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fullpkg b/fullpkg index be9ed70..31bf835 100755 --- a/fullpkg +++ b/fullpkg @@ -157,7 +157,7 @@ function find_deps { # If package and correct ${fullver} is built exit # TODO?: If this package is in force_build: skip this step - if is_built "${pkgbase}=${fullver}"; then + if is_built "${pkgbase}>=${fullver}"; then exit 0 fi -- cgit v1.2.2