X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=trunk%2Fexec%2Fbuild_some;h=5d8178c42d1b27512bccc765eeb65de6f5e6f8a5;hb=2d0935f6ef1177e160bb2c81d71ce06c3db32121;hp=f02af9d98db2d28e1ce06e12c7de8d38c7f7b0f8;hpb=5c4a83b24dce711003452dfa391c7fe6fd48dc24;p=cran2deb.git diff --git a/trunk/exec/build_some b/trunk/exec/build_some index f02af9d..5d8178c 100755 --- a/trunk/exec/build_some +++ b/trunk/exec/build_some @@ -8,9 +8,9 @@ mkdir -p warn fail shift -if [ ! -e all_pkgs ]; then +if ([ ! -e all_pkgs ]) { cran2deb cran_pkgs $* >all_pkgs -fi +} for pkg in $(cat all_pkgs); do if (~ $pkg *..* */*) {