summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorLuke Shumaker <LukeShu@sbcglobal.net>2012-11-30 01:11:13 -0500
committerLuke Shumaker <LukeShu@sbcglobal.net>2012-11-30 01:11:13 -0500
commitaa8b0eee0187ca3e2ae1b8ecdad651f4846d4049 (patch)
treea1a660fe023c350b7014d8b7af5ecf9d28c865a2 /src
parent00c79846ae48dfbb08e7ecb1dfda9e16822a71ad (diff)
parent09a60ac3ddb6763cbf1c9c783117c10bb1e1291e (diff)
Merge branch 'master' of ssh://parabolagnulinux.org:1863/srv/git/libretools
Diffstat (limited to 'src')
-rwxr-xr-xsrc/toru/toru-path2
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[@]}))