Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-winehq
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-winehq
Commits
4bdd90dc
Commit
4bdd90dc
authored
Jun 02, 2002
by
Andriy Palamarchuk
Committed by
Alexandre Julliard
Jun 02, 2002
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Corrected installation of the wine applications, fixed call to
regedit.
parent
fa679847
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
3 deletions
+2
-3
wineinstall
tools/wineinstall
+2
-3
No files found.
tools/wineinstall
View file @
4bdd90dc
...
@@ -118,7 +118,7 @@ WINECONF=tools/wineconf # the path of wineconf perl script
...
@@ -118,7 +118,7 @@ WINECONF=tools/wineconf # the path of wineconf perl script
WINEINI
=
$exdir
/config
# the path of default wine config file (also used by wineconf)
WINEINI
=
$exdir
/config
# the path of default wine config file (also used by wineconf)
WININI
=
/dev/null
# the path of default win.ini
WININI
=
/dev/null
# the path of default win.ini
SYSTEMINI
=
$exdir
/system.ini
# the path of default system.ini
SYSTEMINI
=
$exdir
/system.ini
# the path of default system.ini
REGEDIT
=
programs/regedit/regedit
# the path of regedit winelib application
REGEDIT
=
$bindir
/regedit
# the path of regedit winelib application
DEFREG
=
winedefault.reg
# the path of the registry file to be fed to regedit
DEFREG
=
winedefault.reg
# the path of the registry file to be fed to regedit
# CROOT=/var/wine # the path of the fake Drive C (asks user if not set)
# CROOT=/var/wine # the path of the fake Drive C (asks user if not set)
DEFCAT
=
cat
# program to cat $DEFREG with (some packages need zcat)
DEFCAT
=
cat
# program to cat $DEFREG with (some packages need zcat)
...
@@ -187,8 +187,7 @@ function create_windows_directories {
...
@@ -187,8 +187,7 @@ function create_windows_directories {
# - name of the installed winelib application
# - name of the installed winelib application
# - full path to application in the winelib directory
# - full path to application in the winelib directory
function
link_app
{
function
link_app
{
ln
-sf
$bindir
/
$1
$2
ln
-sf
$libdir
/wine/
$1
.exe.so
$2
ln
-sf
$bindir
/
$1
.so
$2
.so
}
}
#puts windows applications replacements to windows directories,
#puts windows applications replacements to windows directories,
...
...
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