diff --git a/lib/entropy/const.py b/lib/entropy/const.py index 21c6bcc93..7be925f03 100644 --- a/lib/entropy/const.py +++ b/lib/entropy/const.py @@ -1101,7 +1101,7 @@ def const_configure_lock_paths(): @return: None """ etpConst['locks'] = { - 'using_resources': os.path.join(etpConst['etpdatabaseclientdir'], + 'using_resources': os.path.join(etpConst['entropyworkdir'], '.using_resources'), }