summaryrefslogtreecommitdiff
path: root/fullpkg
diff options
context:
space:
mode:
Diffstat (limited to 'fullpkg')
-rwxr-xr-xfullpkg2
1 files changed, 1 insertions, 1 deletions
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