aboutsummaryrefslogtreecommitdiff
path: root/release/sysinstall/install.c
diff options
context:
space:
mode:
authorJordan K. Hubbard <jkh@FreeBSD.org>1998-10-12 23:47:50 +0000
committerJordan K. Hubbard <jkh@FreeBSD.org>1998-10-12 23:47:50 +0000
commit037c4571ef649aea7ef2c011495cee2d385682f2 (patch)
treefc4ede487da5466256e7100bcc61e1fe08ebfa87 /release/sysinstall/install.c
parentd5aaa80c1cfc2e83fac115a23546856f4a5cc01a (diff)
Notes
Diffstat (limited to 'release/sysinstall/install.c')
-rw-r--r--release/sysinstall/install.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/release/sysinstall/install.c b/release/sysinstall/install.c
index 8d47c5edc44b..2332ddf7fb6d 100644
--- a/release/sysinstall/install.c
+++ b/release/sysinstall/install.c
@@ -4,7 +4,7 @@
* This is probably the last program in the `sysinstall' line - the next
* generation being essentially a complete rewrite.
*
- * $Id: install.c,v 1.213 1998/09/30 20:33:56 jkh Exp $
+ * $Id: install.c,v 1.214 1998/10/12 23:45:06 jkh Exp $
*
* Copyright (c) 1995
* Jordan Hubbard. All rights reserved.
@@ -800,7 +800,7 @@ installFixup(dialogMenuItem *self)
/* Also do bogus minimal package registration so ports don't whine */
if (file_readable("/usr/X11R6/lib/X11/pkgreg.tar.gz"))
- vsystem("tar xpzf -C / /usr/X11R6/lib/X11/pkgreg.tar.gz && rm /usr/X11R6/lib/X11/pkgreg.tar.gz");
+ vsystem("tar xpzf /usr/X11R6/lib/X11/pkgreg.tar.gz -C / && rm /usr/X11R6/lib/X11/pkgreg.tar.gz");
}
/* BOGON #2: We leave /etc in a bad state */