From fbada86ec6337f739cf2200782db9412f7f79ea0 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 9 Mar 2023 14:39:12 +0100 Subject: cleanup SCL configs --- fc38xscl82.cfg | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'fc38xscl82.cfg') diff --git a/fc38xscl82.cfg b/fc38xscl82.cfg index db8d8f7..c827f70 100644 --- a/fc38xscl82.cfg +++ b/fc38xscl82.cfg @@ -5,8 +5,9 @@ config_opts['chroot_setup_cmd'] = 'install @buildsys-build ccache scl-utils-buil config_opts['resultdir'] = "/var/lib/mock/scl82fc38x" config_opts['plugin_conf']['ccache_opts']['dir'] = "/dev/shm/ccache.fc38xscl82/" -config_opts['macros']['%scl_vendor']="remi" -config_opts['macros']['%_scl_prefix']="/opt/remi" +# Only needed to build main SCL package +#config_opts['macros']['%scl_vendor']="remi" +#config_opts['macros']['%_scl_prefix']="/opt/remi" config_opts['macros']['%nophptag']="1" # Official (but temporary) workaround for https://bugzilla.redhat.com/1484380 -- cgit