summaryrefslogtreecommitdiffstats
path: root/source/a/pkgtools/scripts/makebootdisk
diff options
context:
space:
mode:
Diffstat (limited to 'source/a/pkgtools/scripts/makebootdisk')
-rw-r--r--source/a/pkgtools/scripts/makebootdisk2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/a/pkgtools/scripts/makebootdisk b/source/a/pkgtools/scripts/makebootdisk
index e1c3cfb61..793796181 100644
--- a/source/a/pkgtools/scripts/makebootdisk
+++ b/source/a/pkgtools/scripts/makebootdisk
@@ -34,7 +34,7 @@ else
fi
# Make sure there's a proper temp directory:
-TMP=/var/log/setup/tmp
+TMP=/var/lib/pkgtools/setup/tmp
# If the $TMP directory doesn't exist, create it:
if [ ! -d $TMP ]; then
mkdir -p $TMP