package daemon: Package: Set the package info file name
This commit is contained in:
@@ -65,5 +65,8 @@ Package::Init(const entry_ref& entryRef)
|
|||||||
if (error != B_OK)
|
if (error != B_OK)
|
||||||
RETURN_ERROR(error);
|
RETURN_ERROR(error);
|
||||||
|
|
||||||
|
if (fFileName != fInfo.CanonicalFileName())
|
||||||
|
fInfo.SetFileName(fFileName);
|
||||||
|
|
||||||
return B_OK;
|
return B_OK;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user