summaryrefslogtreecommitdiffstats
path: root/release/scripts/bin-install.sh
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2002-04-23 22:16:41 +0000
committerobrien <obrien@FreeBSD.org>2002-04-23 22:16:41 +0000
commitc8378615464233ebe8d09d2c58dbd40032d77e45 (patch)
tree3eee8dd61f995528c0a9e5d0ffb9521208186643 /release/scripts/bin-install.sh
parent3311fa2aba4cbec458dc454de77133714a47ccfa (diff)
downloadFreeBSD-src-c8378615464233ebe8d09d2c58dbd40032d77e45.zip
FreeBSD-src-c8378615464233ebe8d09d2c58dbd40032d77e45.tar.gz
Change the name of the 'bin' distribution to 'base'.
This is done since it contains much more than /bin, and also gets in the way when making a combined install+fixit CD. OK'ed by: jkh
Diffstat (limited to 'release/scripts/bin-install.sh')
-rwxr-xr-xrelease/scripts/bin-install.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/release/scripts/bin-install.sh b/release/scripts/bin-install.sh
index 5d6fc45..c87a38b 100755
--- a/release/scripts/bin-install.sh
+++ b/release/scripts/bin-install.sh
@@ -12,5 +12,5 @@ echo "You are about to extract the base distribution into ${DESTDIR:-/} - are yo
echo -n "you want to do this over your installed system (y/n)? "
read ans
if [ "$ans" = "y" ]; then
- cat bin.?? | tar --unlink -xpzf - -C ${DESTDIR:-/}
+ cat base.?? | tar --unlink -xpzf - -C ${DESTDIR:-/}
fi
OpenPOWER on IntegriCloud