diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2000-09-22 17:22:24 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2000-09-22 17:22:24 +0000 |
commit | 8b3cd773ff016fff7057a1a40ce23df371e5fbbe (patch) | |
tree | 8ea908c5ea8d4ab894559c97b5aae2897bb1a4fd /emulators/vmware3/scripts | |
parent | (null-commit) (diff) |
Use LINUXBASE/USE_LINUX variables.
This is only a cosmetic change, so there's no need to reinstall your
installation(s).
Notes
Notes:
svn path=/head/; revision=33019
Diffstat (limited to 'emulators/vmware3/scripts')
-rw-r--r-- | emulators/vmware3/scripts/pre-install | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/emulators/vmware3/scripts/pre-install b/emulators/vmware3/scripts/pre-install index ac9ecea947a5..3b6a1f8eb30c 100644 --- a/emulators/vmware3/scripts/pre-install +++ b/emulators/vmware3/scripts/pre-install @@ -1,7 +1,7 @@ #!/bin/sh echo Setup Linux compatible /dev directory -linux_dev=${LINUX_DIR}/dev +linux_dev=${LINUXBASE}/dev if [ ! -d $linux_dev ]; then echo Creating $linux_dev mkdir $linux_dev |