summaryrefslogtreecommitdiff
path: root/prtools/prfullpkg
diff options
context:
space:
mode:
authorNicolas Reynolds <fauno@kiwwwi.com.ar>2012-02-05 00:46:06 -0300
committerNicolas Reynolds <fauno@kiwwwi.com.ar>2012-02-05 00:46:06 -0300
commit9f28620de84a5a35d2ca029ad9145a4b01233929 (patch)
treeedebbb57370c84a6df7bddf7dfb8617edb22eab7 /prtools/prfullpkg
parentd2abc7fe1075bf541cd85b29e8053096ab74fb29 (diff)
parentc5d7675fa4de40514deda2757cd027bb4870424e (diff)
Merge branch 'master' into fauno
Conflicts: is_built
Diffstat (limited to 'prtools/prfullpkg')
-rwxr-xr-xprtools/prfullpkg4
1 files changed, 2 insertions, 2 deletions
diff --git a/prtools/prfullpkg b/prtools/prfullpkg
index dd2ba3a..bbb8d73 100755
--- a/prtools/prfullpkg
+++ b/prtools/prfullpkg
@@ -85,7 +85,7 @@ function find_deps { # Checks ABSROOT and look for target pkg deps. Adds them i
local epoch=${epoch:-0}
local fullver=$(get_fullver ${epoch} ${pkgver} ${pkgrel})
- if is_built "${pkgbase}>=${fullver}"; then
+ if is_built "${pkgbase}" "${fullver}"; then
exit 0 # pkg is built and updated
fi
@@ -316,7 +316,7 @@ fi
if [ $level -eq 0 ]; then
if [ ! -d ${build_dir} ]; then # in case of custom -d option
- mkdir -p ${build_dir}
+ mkdir -p ${build_dir}
else
cleanup # files already there can screw find_deps
fi