]> git.decadent.org.uk Git - dak.git/commitdiff
* fix fatal typo
authorThomas Viehmann <tv@beamnet.de>
Tue, 16 Sep 2008 15:37:38 +0000 (17:37 +0200)
committerThomas Viehmann <tv@beamnet.de>
Tue, 16 Sep 2008 15:37:38 +0000 (17:37 +0200)
Signed-off-by: Thomas Viehmann <tv@beamnet.de>
tools/debianqueued-0.9/debianqueued

index c3fdb7434d07fdbdf01a5cc3abf2e83772f3f507..258386a6c25175fd69ddcdc26d46212831911dc9 100755 (executable)
@@ -1255,7 +1255,7 @@ sub is_on_target($\@) {
                $stat = 1;
                $msg = "no such file";
                for my $afile(@allfiles) {
-                       if (-f "$conf::incoming/$afile") {
+                       if (-f "$conf::targetdir/$afile") {
                                $stat = 0;
                    $msg = "$afile";
                        }