FS#49557 - [roundcubemail] Multiple references to the build dir
Attached to Project:
Community Packages
Opened by Maxime Gauduin (Alucryd) - Friday, 03 June 2016, 15:47 GMT
Last edited by Sergej Pupykin (sergej) - Tuesday, 07 June 2016, 11:20 GMT
Opened by Maxime Gauduin (Alucryd) - Friday, 03 June 2016, 15:47 GMT
Last edited by Sergej Pupykin (sergej) - Tuesday, 07 June 2016, 11:20 GMT
|
Details
There are multiple references to the build dir in some PHP
files, like:
/build/roundcubemail/src/roundcubemail-1.2.0/vendor/pear-pear.php.net/Crypt_GPG There may be others. Also, this path is wrong: usr/share/webapps/roundcubemail/vendor/pear-pear.php.net/Console_CommandLine/data/Console_CommandLine/data/xmlschema.rng Console_CommandLine/data should be there only once. |
This task depends upon
Comment by
Maxime Gauduin (Alucryd) - Monday,
06 June 2016, 15:29 GMT
"usr/share/webapps/roundcubemail/vendor/pear-pear.php.net/Console_CommandLine/data/Console_CommandLine/data/xmlschema.rng"
is still wrong, the data folder should be 2 dirs up, like this
"usr/share/webapps/roundcubemail/vendor/pear-pear.php.net/Console_CommandLine/data/xmlschema.rng".