diff options
Diffstat (limited to 'src')
-rwxr-xr-x | src/toru/toru-path | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/toru/toru-path b/src/toru/toru-path index 957f49b..baeaeb5 100755 --- a/src/toru/toru-path +++ b/src/toru/toru-path @@ -22,6 +22,8 @@ fi fullrepos=() for (( i = ${#REPOS[@]}-1 ; i >= 0 ; i-- )); do ${VERBOSE} && msg "Processing [%s]" ${REPOS[$i]} + + [ -d "${ABSROOT}${REPOS[$i]}" ] && \ fullrepos+=("${ABSROOT}${REPOS[$i]}") done pkgbuilds=($(get_pkgbuilds ${fullrepos[@]})) |