aboutsummaryrefslogtreecommitdiffstats
path: root/build_scripts/platforms/linux.py
diff options
context:
space:
mode:
Diffstat (limited to 'build_scripts/platforms/linux.py')
-rw-r--r--build_scripts/platforms/linux.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/build_scripts/platforms/linux.py b/build_scripts/platforms/linux.py
index ddfd8e21a..00687be42 100644
--- a/build_scripts/platforms/linux.py
+++ b/build_scripts/platforms/linux.py
@@ -141,6 +141,6 @@ def prepare_standalone_package_linux(self, vars):
if copy_qt_conf:
# Copy the qt.conf file to libexec.
copyfile(
- "{build_dir}/pyside2/{st_package_name}/qt.conf",
+ f"{{build_dir}}/{PYSIDE}/{{st_package_name}}/qt.conf",
"{st_build_dir}/{st_package_name}/Qt/libexec",
vars=vars)