diff --git a/bin/install.pike b/bin/install.pike
index 176654e8fa65bd96ce722905ed8c8b0a58c3c8e7..e90cd99bc0c53b72db58c71a62fedb5c5e0d7275 100644
--- a/bin/install.pike
+++ b/bin/install.pike
@@ -528,7 +528,7 @@ done
     {
       status("Creating",tmpname+".tar",tmpmsg);
       tmpmsg+=".";
-      Process.create_process(({"tar",tararg,tmpname+".tar"})+ to_export)
+      Process.create_process(({"tar",tararg,tmpname+".tar"})+ files_to_tar)
 	->wait();
       tararg="rf";
     }