Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-cw
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-cw
Commits
94f140ce
Commit
94f140ce
authored
Sep 22, 2005
by
Alexandre Julliard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Leave creation of the drive symlinks to wineprefixcreate.
parent
af71ce16
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
43 deletions
+0
-43
wineinstall
tools/wineinstall
+0
-43
No files found.
tools/wineinstall
View file @
94f140ce
...
@@ -285,49 +285,6 @@ then {
...
@@ -285,49 +285,6 @@ then {
}
}
fi
# BINDIST
fi
# BINDIST
# setup a no-windows installation
# set an appropriate DCROOT
if
[
`
whoami
`
!=
'root'
]
then
DCROOT
=
~/.wine/drive_c
else
DCROOT
=
/c
fi
conf_question low drivec_path
\
"Configuring Wine without Windows."
\
"Some fake Windows directories must be created, to hold any .ini files, DLLs,"
\
"start menu entries, and other things your applications may need to install."
\
"Where would you like your fake C drive to be placed?"
while
[
-z
"
$CROOT
"
]
do
{
conf_string_answer
"(default is
$DCROOT
) "
[
-z
"
$ANSWER
"
]
&&
ANSWER
=
"
$DCROOT
"
if
!
[
-d
"
$ANSWER
"
]
then
{
if
mkdir
-p
"
$ANSWER
"
then
CROOT
=
"
$ANSWER
"
else
echo
"Directory
$ANSWER
can't be created !"
conf_reset_question drivec_path
fi
}
else
CROOT
=
"
$ANSWER
"
fi
}
done
echo
"Configuring Wine for a no-windows install in
$CROOT
..."
if
[
!
-d
~/.wine/dosdevices
]
then
[
-d
~/.wine
]
||
mkdir
~/.wine
mkdir
~/.wine/dosdevices
ln
-s
/mnt/fd0 ~/.wine/dosdevices/a:
ln
-s
$CROOT
~/.wine/dosdevices/c:
ln
-s
/cdrom ~/.wine/dosdevices/d:
ln
-s
/tmp ~/.wine/dosdevices/e:
ln
-s
~ ~/.wine/dosdevices/f:
ln
-s
/ ~/.wine/dosdevices/z:
fi
if
[
"
$WINEINSTALLED
"
=
'no'
]
if
[
"
$WINEINSTALLED
"
=
'no'
]
then
then
tools/wineprefixcreate
--use-wine-tree
.
tools/wineprefixcreate
--use-wine-tree
.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment