summaryrefslogtreecommitdiff
path: root/scp2
diff options
context:
space:
mode:
Diffstat (limited to 'scp2')
-rw-r--r--scp2/source/ooo/ure.scp2
-rw-r--r--scp2/source/python/file_python.scp2
2 files changed, 2 insertions, 2 deletions
diff --git a/scp2/source/ooo/ure.scp b/scp2/source/ooo/ure.scp
index 3e9983bf9d83..3cf19c232cd8 100644
--- a/scp2/source/ooo/ure.scp
+++ b/scp2/source/ooo/ure.scp
@@ -404,7 +404,7 @@ End
File gid_File_Lib_Cli_Cppuhelper_Assembly
TXT_FILE_BODY;
Styles = (PACKED, ASSEMBLY);
- Name = "assembly/cli_cppuhelper.dll";
+ Name = "cli_cppuhelper.dll";
Dir = SCP2_URE_DL_DIR;
Assemblyname = "cli_cppuhelper";
PublicKeyToken = "ce2cb7e279207b9e";
diff --git a/scp2/source/python/file_python.scp b/scp2/source/python/file_python.scp
index e4d5336df41d..66e590dd2026 100644
--- a/scp2/source/python/file_python.scp
+++ b/scp2/source/python/file_python.scp
@@ -60,7 +60,7 @@ End
File gid_File_Py_Bin_Python
BIN_FILE_BODY;
#ifdef WNT
- Name = EXENAME(pyuno/python);
+ Name = EXENAME(python);
Dir = gid_Brand_Dir_Program;
Styles = (PACKED);
#else