]> git.deb.at Git - deb/packages.git/blobdiff - bin/extract_files
Further translations, based on the discussion about IM and suggestions
[deb/packages.git] / bin / extract_files
index 875b7dee7a53c08b584afcc8bc470fc3c5951f92..269078c0e66964eff6aa8da3c7837ffad350e144 100755 (executable)
@@ -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;