diff options
author | Luke Shumaker <LukeShu@sbcglobal.net> | 2012-11-30 01:11:13 -0500 |
---|---|---|
committer | Luke Shumaker <LukeShu@sbcglobal.net> | 2012-11-30 01:11:13 -0500 |
commit | aa8b0eee0187ca3e2ae1b8ecdad651f4846d4049 (patch) | |
tree | a1a660fe023c350b7014d8b7af5ecf9d28c865a2 /src | |
parent | 00c79846ae48dfbb08e7ecb1dfda9e16822a71ad (diff) | |
parent | 09a60ac3ddb6763cbf1c9c783117c10bb1e1291e (diff) |
Merge branch 'master' of ssh://parabolagnulinux.org:1863/srv/git/libretools
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[@]})) |