../systemd-upstream master 265710c20 src-efaa3176a x
../systemd-upstream v234 d6d0473dc src-782c925f7 x
../systemd-upstream v236 83fefc888 src-f78a88bec x
-../systemd-upstream v237 a327431bd src-6d8c71eb8 tgt-af44d5dfa
+../systemd-upstream v237 7629744a3 src-6d8c71eb8 tgt-b7e108921
# The determination what is valid is different for whether this is
# the modification of an existing or the creation of a new file
if ($isNew) {
- defined( $hDirectories{ dirname($src) } ) and $real = $src or
- defined( $hDirectories{ dirname($tgt) } ) and $real = $tgt;
+ defined( $hDirectories{ dirname($tgt) } ) and $real = $tgt or
+ defined( $hDirectories{ dirname($src) } ) and $real = $src;
} else {
-
# Try the renamed first, then the non-renamed
defined( $hFiles{$tgt} ) and $real = $tgt
or defined( $hFiles{$src} )