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
e48bd64e
Commit
e48bd64e
authored
Oct 06, 2020
by
Vitaly Lipatov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
i586-wine: use i586-fix prescription
parent
d69cea75
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
9 additions
and
15 deletions
+9
-15
i586-wine-etersoft.sh
prescription.d/i586-wine-etersoft.sh
+3
-5
i586-wine-vanilla.sh
prescription.d/i586-wine-vanilla.sh
+3
-5
i586-wine.sh
prescription.d/i586-wine.sh
+3
-5
No files found.
prescription.d/i586-wine-etersoft.sh
View file @
e48bd64e
...
...
@@ -5,12 +5,10 @@ MAIN=wine-etersoft
[
"
$1
"
!=
"--run"
]
&&
echo
"Install 32 bit
$MAIN
packages on 64 bit system"
&&
exit
[
"
$(
distro_info
-d
)
"
!=
"ALTLinux"
]
&&
echo
"Only ALTLinux is supported"
&&
exit
1
[
"
$(
distro_info
-a
)
"
!=
"x86_64"
]
&&
echo
"Only x86_64 is supported"
&&
exit
1
# Устанавливаем wine
epmi lib
$MAIN
i586-
$MAIN
i586-lib
$MAIN
i586-lib
$MAIN
-gl
# Модули, могут не быть в системе
epmi i586-glibc-nss i586-glibc-gconv-modules
# Если используется AD, потребуется
epm installed sssd-client
&&
epmi i586-sssd-client
# Доставляем пропущенные модули (подпакеты) для установленных 64-битных
epm prescription i586-fix
prescription.d/i586-wine-vanilla.sh
View file @
e48bd64e
...
...
@@ -5,12 +5,10 @@ MAIN=wine-vanilla
[
"
$1
"
!=
"--run"
]
&&
echo
"Install 32 bit
$MAIN
packages on 64 bit system"
&&
exit
[
"
$(
distro_info
-d
)
"
!=
"ALTLinux"
]
&&
echo
"Only ALTLinux is supported"
&&
exit
1
[
"
$(
distro_info
-a
)
"
!=
"x86_64"
]
&&
echo
"Only x86_64 is supported"
&&
exit
1
# Устанавливаем wine
epmi lib
$MAIN
i586-
$MAIN
i586-lib
$MAIN
i586-lib
$MAIN
-gl
# Модули, могут не быть в системе
epmi i586-glibc-nss i586-glibc-gconv-modules
# Если используется AD, потребуется
epm installed sssd-client
&&
epmi i586-sssd-client
# Доставляем пропущенные модули (подпакеты) для установленных 64-битных
epm prescription i586-fix
prescription.d/i586-wine.sh
View file @
e48bd64e
...
...
@@ -5,12 +5,10 @@ MAIN=wine
[
"
$1
"
!=
"--run"
]
&&
echo
"Install 32 bit
$MAIN
packages on 64 bit system"
&&
exit
[
"
$(
distro_info
-d
)
"
!=
"ALTLinux"
]
&&
echo
"Only ALTLinux is supported"
&&
exit
1
[
"
$(
distro_info
-a
)
"
!=
"x86_64"
]
&&
echo
"Only x86_64 is supported"
&&
exit
1
# Устанавливаем wine
epmi lib
$MAIN
i586-
$MAIN
i586-lib
$MAIN
i586-lib
$MAIN
-gl
# Модули, могут не быть в системе
epmi i586-glibc-nss i586-glibc-gconv-modules
# Если используется AD, потребуется
epm installed sssd-client
&&
epmi i586-sssd-client
# Доставляем пропущенные модули (подпакеты) для установленных 64-битных
epm prescription i586-fix
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