From b82bcd4598024359152723511a97db77b8e0c718 Mon Sep 17 00:00:00 2001 From: Roman Lacko Date: Tue, 13 Aug 2013 22:41:11 +0200 Subject: Minor code cleanup --- pyside_postinstall.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pyside_postinstall.py') diff --git a/pyside_postinstall.py b/pyside_postinstall.py index 3cae89970..ec8146aba 100644 --- a/pyside_postinstall.py +++ b/pyside_postinstall.py @@ -277,7 +277,7 @@ Translations = %(pyside_prefix)s/translations # Install OpenSSL libs for dll in ["libeay32.dll", "ssleay32.dll"]: dest_path = os.path.join(exec_prefix, dll) - src_path = os.path.join(os.path.join(pyside_path, "openssl"), dll) + src_path = os.path.join(pyside_path, "openssl", dll) if not os.path.exists(dest_path) and os.path.exists(src_path): shutil.copy(src_path, dest_path) file_created(dest_path) -- cgit v1.2.3