X-Git-Url: https://git.deb.at/?a=blobdiff_plain;f=bin%2Fextract_files;fp=bin%2Fextract_files;h=269078c0e66964eff6aa8da3c7837ffad350e144;hb=ebc03a591841ada03ff121608e8437c193fa8cfd;hp=875b7dee7a53c08b584afcc8bc470fc3c5951f92;hpb=fa0e80560d8fc055c1d88997ce47ae01cfe3e8f6;p=deb%2Fpackages.git diff --git a/bin/extract_files b/bin/extract_files index 875b7de..269078c 100755 --- a/bin/extract_files +++ b/bin/extract_files @@ -234,7 +234,7 @@ sub to_update { if ($config_data->{structure} == PKGPOOL) { my $dir = "$target/".pkg_pool_directory( $pkg_data ); - if (!$force && -d $dir && -f "$dir/log") { + if (!$force && -f "$dir/log") { (utime(undef,undef,"$dir/log") == 1) or do_warning( "touch of $dir/log failed" ); return 0;