From 3d2e8fe289da08dca406ce89af34e4f87f292032 Mon Sep 17 00:00:00 2001
From: Pascal Rigaux <pixel@mandriva.com>
Date: Mon, 3 Jan 2005 12:55:45 +0000
Subject: it's cleaner to have the clp_tmpfs in /tmp (i think it was already
 that way for move and that i broke it, but who knows?)

---
 mdk-stage1/tools.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'mdk-stage1')

diff --git a/mdk-stage1/tools.c b/mdk-stage1/tools.c
index 75406ba36..3ae657d0a 100644
--- a/mdk-stage1/tools.c
+++ b/mdk-stage1/tools.c
@@ -325,7 +325,7 @@ enum return_type mount_clp(char *clp,  char *location_mount)
 enum return_type preload_mount_clp(int clp_fd, int clp_size, char *clp_name, char *location_mount)
 {
 	int ret;
-	char *clp_tmpfs = asprintf_("%s/%s", SLASH_LOCATION, clp_name);
+	char *clp_tmpfs = asprintf_("%s/tmp/%s", SLASH_LOCATION, clp_name);
 #ifdef MANDRAKE_MOVE
 	static int count = 0;
 	char buf[5000];
-- 
cgit v1.2.1