installer: search files in INSTDIR
INSTDIR has everything that will be installed anyway, so ideally the file search patch should only be INSTDIR + whatever is needed to get the Package file lists; especially WORKDIR seems inappropriate there. The exception is extension .oxt files which apparently are not in INSTDIR; not sure what to do about those. Change-Id: I2477c25ab9fcf953fae9c219e76c467e14729cda
This commit is contained in:
@@ -52,7 +52,7 @@ STD_LIB_FILE( gid_File_Lib_Pythonloader, pythonloader )
|
||||
File gid_File_Pyuno_Rdb
|
||||
TXT_FILE_BODY;
|
||||
Dir = gid_Brand_Dir_Program_Services;
|
||||
Name = "Rdb/pyuno.rdb";
|
||||
Name = "pyuno.rdb";
|
||||
Styles = (PACKED);
|
||||
End
|
||||
|
||||
|
Reference in New Issue
Block a user