From 8fb0261cb367ffb05190e34ae6b0fc0dba4f8d38 Mon Sep 17 00:00:00 2001 From: Nicolas Reynolds Date: Sun, 22 May 2011 11:17:18 -0300 Subject: Fixed some spacing missing and removed librerelease. It can be done at the end of the batch building and testing process and it's not really needed since mipsrelease does it on a local repo. --- fullpkg | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) (limited to 'fullpkg') diff --git a/fullpkg b/fullpkg index d66067e..974dc85 100755 --- a/fullpkg +++ b/fullpkg @@ -209,16 +209,16 @@ for _dep in ${deps[@]}; do source "$ABSROOT/${_repo}/$_dep/PKGBUILD" msg2 "Checking for $_dep>=$pkgver-$pkgrel" - if ! in_array $_dep ${force_array[@]}; then - if is_built "$_dep>=$pkgver-$pkgrel"; then - plain "this package is built" - break - fi - else - _fullpkgargs+="-f " - _fullpkgargs="$(echo $_fullpkgargs | sed s/"-R $_dep "//)" - force_array=( $(echo ${forcearray[@]} | tr " " "\n" | grep -vw "^$_dep") ) - fi + if ! in_array $_dep ${force_array[@]}; then + if is_built "$_dep>=$pkgver-$pkgrel"; then + plain "this package is built" + break + fi + else + _fullpkgargs+="-f " + _fullpkgargs="$(echo $_fullpkgargs | sed s/"-R $_dep "//)" + force_array=( $(echo ${forcearray[@]} | tr " " "\n" | grep -vw "^$_dep") ) + fi cp -r "$ABSROOT/$_repo/$_dep" $tmp_dir/ || { error "Can't copy $_dep to the work dir." -- cgit v1.2.2