[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[tyndur-devel] [PATCH 2/4] build: Temporäre Dateien gehören nach /tmp



 * build/scripts/image_floppy_grub1: Die Konfigurationsdatei für MTOOLS
   wird nur kurz benötigt und dann gleich wieder gelöscht. Also ab damit
   nach /tmp

Signed-off-by: Andreas Freimuth <m.nemo@xxxxxxx>
---
 build/scripts/image_floppy_grub1 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/build/scripts/image_floppy_grub1 b/build/scripts/image_floppy_grub1
index 463b117..f4f81a3 100755
--- a/build/scripts/image_floppy_grub1
+++ b/build/scripts/image_floppy_grub1
@@ -45,7 +45,7 @@ export LOST_BUILDMK_ROOT="`pwd`"
 source config.sh
 
 
-export MTOOLSRC=lostmtools.conf
+export MTOOLSRC=/tmp/lostmtools.conf$$
 
 # Konfigurationsdatei fuer mtools generieren
 cat << EOF > $MTOOLSRC
-- 
1.7.11.7