Custombuild replaces all changes made to RC?

jet1972

Verified User
Joined
Jul 8, 2011
Messages
200
Using Custombuild update replaces ALL custom changes made to RoundCube??

./build update_versions wipes all custom changes in /var/www/html/roundcube

How to fix this?
 
You have to put all the custom pieces in

Code:
/usr/local/directadmin/custombuild/custom/roundcube/

like custom plugins,skins,and config file.
 
Now I have the custom config folder ( /usr/local/directadmin/custombuild/custom/roundcube/config ) with settings files in it, but it seems that RC is not using them.

Have to use ./build rewrite_confs ?
 
Last edited:
Only adding the files to the custom folder isn’t enough. You need to do ./build roundcube after any changes so RoundCube uses your custom config.
 
You need to do ./build roundcube after any changes so RoundCube
Sorry I assumed they would know to do this, so my bad. Yes you will need to do these commands.
@jet1972
If the commands fail or RC doesn't work it means something is wrong with your customization.
 
Back
Top