Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
E
eepm
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
etersoft
eepm
Commits
3a2ec295
Commit
3a2ec295
authored
Apr 26, 2023
by
Vitaly Lipatov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
epm play wine: fix install with --only-i586
parent
16b1e3fb
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
3 deletions
+4
-3
wine.sh
play.d/wine.sh
+4
-3
No files found.
play.d/wine.sh
View file @
3a2ec295
...
...
@@ -3,6 +3,7 @@
PKGNAME
=
wine
SUPPORTEDARCHES
=
"x86_64 x86"
DESCRIPTION
=
'Wine 32/64 from the repo'
VERSION
=
"
$2
"
TIPS
=
"Run epm play wine=wine-vanilla to install wine-vanilla package"
MAIN
=
wine
...
...
@@ -25,7 +26,8 @@ fi
PKGCOMMON
=
"wine-mono wine-gecko winetricks"
[
-n
"
$2
"
]
&&
MAIN
=
"
$2
"
[
-n
"
$VERSION
"
]
&&
MAIN
=
"
$VERSION
"
VERSION
=
""
if
[
"
$MAIN
"
=
"wine-etersoft"
]
;
then
PKGCOMMON
=
"wine-etersoft-mono wine-etersoft-gecko wine-etersoft-winetricks"
...
...
@@ -42,8 +44,7 @@ fi
.
$(
dirname
$0
)
/common.sh
ONLY32
=
''
[
"
$2
"
==
"--only-i586"
]
&&
ONLY32
=
1
&&
shift
[
-n
"
$2
"
]
&&
MAIN
=
"
$2
"
[
"
$3
"
=
"--only-i586"
]
&&
ONLY32
=
1
&&
shift
if
[
"
$MAIN
"
!=
"wine-etersoft"
]
;
then
...
...
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