mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-03 02:25:34 +00:00
Moved localstore.rdf to the bin dir instead of tmp so that clobber builds will blow it away.
This commit is contained in:
parent
3da62530e2
commit
5168f6bd9e
@ -230,7 +230,7 @@ static NS_DEFINE_CID(kRDFServiceCID, NS_RDFSERVICE_CID);
|
||||
nsresult rv;
|
||||
|
||||
// XXX use profile dir or something
|
||||
nsSpecialSystemDirectory spec(nsSpecialSystemDirectory::OS_TemporaryDirectory);
|
||||
nsSpecialSystemDirectory spec(nsSpecialSystemDirectory::OS_CurrentProcessDirectory);
|
||||
spec += "localstore.rdf";
|
||||
|
||||
if (! spec.Exists()) {
|
||||
|
Loading…
Reference in New Issue
Block a user