diff --git a/src/libstore/local-store.cc b/src/libstore/local-store.cc
index c6357697c509f80545a16f0844a3c83913eb4325..ab5b60132e3f30544d00588284c9fec7a137d735 100644
--- a/src/libstore/local-store.cc
+++ b/src/libstore/local-store.cc
@@ -1488,7 +1488,6 @@ void LocalStore::exportPath(const Path & path, bool sign,
 
     printMsg(lvlInfo, format("exporting path `%1%'") % path);
 
-    addTempRoot(path);
     if (!isValidPath(path))
         throw Error(format("path `%1%' is not valid") % path);