Miscellaneous fixes for the snapshot.
This commit is contained in:
parent
45cbbb298d
commit
3ed375cb27
@ -10,7 +10,7 @@
|
||||
# putting your name on top after doing something trivial like reindenting
|
||||
# it, just to make it look like you wrote it!).
|
||||
#
|
||||
# $Id: instdist.sh,v 1.45 1994/12/23 02:55:07 jkh Exp $
|
||||
# $Id: instdist.sh,v 1.46 1994/12/23 03:30:02 jkh Exp $
|
||||
|
||||
if [ "${_INSTINST_SH_LOADED_}" = "yes" ]; then
|
||||
return 0
|
||||
@ -168,6 +168,11 @@ the files yourself."; then return 1; fi
|
||||
|
||||
media_extract_dist()
|
||||
{
|
||||
if [ ! -f do_cksum.sh ]; then
|
||||
if [ -f ${MEDIA_DISTRIBUTION}/do_cksum.sh ]; then
|
||||
cd ${MEDIA_DISTRIBUTION}
|
||||
fi
|
||||
fi
|
||||
if [ -f do_cksum.sh ]; then
|
||||
message "Verifying checksums for distribution. Please wait!"
|
||||
if sh ./do_cksum.sh; then
|
||||
|
@ -10,7 +10,7 @@
|
||||
# putting your name on top after doing something trivial like reindenting
|
||||
# it, just to make it look like you wrote it!).
|
||||
#
|
||||
# $Id: miscfuncs.sh,v 1.11 1994/11/28 22:13:06 jkh Exp $
|
||||
# $Id: miscfuncs.sh,v 1.12 1994/12/01 13:46:13 jkh Exp $
|
||||
|
||||
if [ "${_MISCFUNCS_SH_LOADED_}" = "yes" ]; then
|
||||
return 0
|
||||
@ -22,7 +22,7 @@ PATH=/usr/bin:/usr/sbin:/bin:/sbin:/stand
|
||||
export PATH
|
||||
|
||||
# Keep this current with the distribution!
|
||||
DISTNAME="2.0-RELEASE"
|
||||
DISTNAME="2.0-941222-SNAP"
|
||||
|
||||
# Express or Custom install?
|
||||
INSTALL_TYPE=""
|
||||
|
Loading…
Reference in New Issue
Block a user