Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
wine
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Terraform modules
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Felix Münchhalfen
wine
Commits
4bdd90dc
Commit
4bdd90dc
authored
22 years ago
by
Andriy Palamarchuk
Committed by
Alexandre Julliard
22 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Corrected installation of the wine applications, fixed call to
regedit.
parent
fa679847
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
tools/wineinstall
+2
-3
2 additions, 3 deletions
tools/wineinstall
with
2 additions
and
3 deletions
tools/wineinstall
+
2
−
3
View file @
4bdd90dc
...
...
@@ -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)
WININI
=
/dev/null
# the path of default win.ini
SYSTEMINI
=
$exdir
/system.ini
# the path of default system.ini
REGEDIT
=
programs/rege
di
t
/regedit
# the path of regedit winelib application
REGEDIT
=
$bin
di
r
/regedit
# the path of regedit winelib application
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)
DEFCAT
=
cat
# program to cat $DEFREG with (some packages need zcat)
...
...
@@ -187,8 +187,7 @@ function create_windows_directories {
# - name of the installed winelib application
# - full path to application in the winelib directory
function
link_app
{
ln
-sf
$bindir
/
$1
$2
ln
-sf
$bindir
/
$1
.so
$2
.so
ln
-sf
$libdir
/wine/
$1
.exe.so
$2
}
#puts windows applications replacements to windows directories,
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment