package daemon: Package: Set the package info file name

This commit is contained in:
Ingo Weinhold 2013-08-29 23:07:40 +02:00
parent 6692db5c1c
commit dda51ada4c

View File

@ -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;
}