summaryrefslogtreecommitdiff
path: root/fullpkg-find
diff options
context:
space:
mode:
authorJoshua Ismael Haase Hernández <hahj87@gmail.com>2012-01-25 12:12:21 -0600
committerJoshua Ismael Haase Hernández <hahj87@gmail.com>2012-01-25 12:12:21 -0600
commit7887f99d234b4c88c3833c294869e307d2757787 (patch)
tree8ae7ebcf7482859b1527802dfb5557a6e11b596a /fullpkg-find
parent29b793a63d5f8e134f23cfebc9694a98acb316b8 (diff)
is_built: faster (from fauno's branch)
updated calls to is_built
Diffstat (limited to 'fullpkg-find')
-rw-r--r--fullpkg-find2
1 files changed, 1 insertions, 1 deletions
diff --git a/fullpkg-find b/fullpkg-find
index d253913..8c0c063 100644
--- a/fullpkg-find
+++ b/fullpkg-find
@@ -47,7 +47,7 @@ find_deps() {
fi
fi
- if is_built "${pkgbase}>=${fullver}"; then
+ if is_built "${pkgbase}" "${fullver}"; then
exit 0 # pkg is built and updated
fi