diff options
author | 1996-10-15 07:32:44 +0000 | |
---|---|---|
committer | 1996-10-15 07:32:44 +0000 | |
commit | 0dd59e65e4c7d2349bb5d97b8ad4f5ac4a5b9606 (patch) | |
tree | 9c76001acd689cdd06a1f9def59233dfc785cee6 | |
parent | zero out the page (diff) | |
download | wireguard-openbsd-0dd59e65e4c7d2349bb5d97b8ad4f5ac4a5b9606.tar.xz wireguard-openbsd-0dd59e65e4c7d2349bb5d97b8ad4f5ac4a5b9606.zip |
Set TMPDIR for tar's sake
-rw-r--r-- | distrib/amiga/floppies/upgr/upgrade.sh | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/distrib/amiga/floppies/upgr/upgrade.sh b/distrib/amiga/floppies/upgr/upgrade.sh index cd8f62cd2c4..ebd683ea35f 100644 --- a/distrib/amiga/floppies/upgr/upgrade.sh +++ b/distrib/amiga/floppies/upgr/upgrade.sh @@ -1,5 +1,5 @@ #!/bin/sh -# $OpenBSD: upgrade.sh,v 1.4 1996/06/29 05:54:07 tholo Exp $ +# $OpenBSD: upgrade.sh,v 1.5 1996/10/15 07:32:44 niklas Exp $ # # Copyright (c) 1994 Christopher G. Demetriou # All rights reserved. @@ -259,6 +259,8 @@ if [ $upgradefs = YES ]; then echo "Done." fi +export TMPDIR=/mnt # tar needs a writable tmp directory + echo "" echo "Copying bootstrapping binaries and config files to the hard drive..." $DONTDOIT tar -cf - sbin/mount_ffs | (cd /mnt ; tar -xpf - ) |