Fix new path w/ composer

This commit is contained in:
Romain Neutron
2012-01-05 11:54:06 +01:00
parent 74461d2e4e
commit edbd247a89
5 changed files with 5 additions and 10 deletions

View File

@@ -85,7 +85,7 @@ class patch_320aa implements patchInterface
if($datas['name'] == 'GV_exiftool' && strpos($val, 'lib/exiftool/exiftool') !== false)
{
$val = str_replace('lib/exiftool/exiftool', 'lib/vendor/exiftool/exiftool', $val);
$val = str_replace('lib/exiftool/exiftool', 'vendor/alchemy/exiftool/exiftool', $val);
}
switch ($datas['type'])