update: fix error msg for check_update
authorTero Marttila <terom@paivola.fi>
Thu, 22 Mar 2012 16:30:54 +0200
changeset 590 e54d4407ed5b
parent 589 482d06935d96
child 591 5a0335960591
update: fix error msg for check_update
lib/update.updates
--- a/lib/update.updates	Wed Mar 21 18:59:43 2012 +0200
+++ b/lib/update.updates	Thu Mar 22 16:30:54 2012 +0200
@@ -37,7 +37,7 @@
 
         # check
         if [ ! -e $ROOT/$dep ]; then
-            fail "$dst: Missing source: $dep"
+            fail "$out: Missing source: $dep"
 
         elif [ $ROOT/$out -ot $ROOT/$dep ]; then
             debug "  update: $dep"