diff options
Diffstat (limited to 'fc39x80.cfg')
-rw-r--r-- | fc39x80.cfg | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/fc39x80.cfg b/fc39x80.cfg index cd9edab..69bde37 100644 --- a/fc39x80.cfg +++ b/fc39x80.cfg @@ -2,10 +2,10 @@ import datetime; include('fc39x.tpl') -config_opts['chroot_setup_cmd'] = 'install @buildsys-build ccache' +config_opts['chroot_setup_cmd'] = 'install @buildsys-build' config_opts['root'] = 'fc39x80' config_opts['resultdir'] = "/var/lib/mock/fc39x80" -config_opts['plugin_conf']['ccache_opts']['dir'] = "/dev/shm/ccache.fc39x80/" +config_opts['plugin_conf']['ccache_opts']['dir'] = "/dev/build/ccache.fc39x80/" config_opts['module_enable'] = ['php:remi-8.0'] config_opts['module_install'] = ['php:remi-8.0/devel'] |