summaryrefslogtreecommitdiffstats
path: root/buildlab.in
diff options
context:
space:
mode:
authorWilliam Pitcock <nenolod@dereferenced.org>2011-06-22 09:51:41 -0500
committerWilliam Pitcock <nenolod@dereferenced.org>2011-06-22 09:51:41 -0500
commit6a8889a166c748cf4327cb9b8ec3c9f85db6862f (patch)
tree4424eb23d494c81fc3ae696722d91b5e0c16077e /buildlab.in
parent4b29eda79bc960427f8acd96f33478e0dbb9cc75 (diff)
downloadabuild-6a8889a166c748cf4327cb9b8ec3c9f85db6862f.tar.bz2
abuild-6a8889a166c748cf4327cb9b8ec3c9f85db6862f.tar.xz
buildlab: typo fix
Diffstat (limited to 'buildlab.in')
-rwxr-xr-xbuildlab.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/buildlab.in b/buildlab.in
index d47a97d..29795a3 100755
--- a/buildlab.in
+++ b/buildlab.in
@@ -54,6 +54,7 @@ runpart() {
$part || die "$part failed"
}
+
do_chroot_action() {
local path="$1"
local command="$2"
@@ -161,7 +162,7 @@ build_package() {
done
for i in $triggers; do
- src=$(echo $i | cut -d. -f1)
+ src=$(echo $i | cut -d: -f1)
is_local $src || continue
msg "${srcdir}/${src} -> ${path}/home/abuild/src/${src} ..."