mirror of
https://review.haiku-os.org/haiku
synced 2025-02-23 22:18:13 +01:00
package daemon: Package: Set the package info file name
This commit is contained in:
parent
6692db5c1c
commit
dda51ada4c
@ -65,5 +65,8 @@ Package::Init(const entry_ref& entryRef)
|
||||
if (error != B_OK)
|
||||
RETURN_ERROR(error);
|
||||
|
||||
if (fFileName != fInfo.CanonicalFileName())
|
||||
fInfo.SetFileName(fFileName);
|
||||
|
||||
return B_OK;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user