Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
hawc-users
Singularity
Commits
a20fd57f
Commit
a20fd57f
authored
Jun 02, 2021
by
Mads M. Pedersen
Browse files
add WINEPREFIX and WINEARCH variables
parent
0bfdf8fe
Changes
2
Hide whitespace changes
Inline
Side-by-side
ubuntu_wine32.def
View file @
a20fd57f
...
...
@@ -12,3 +12,8 @@ From: ubuntu
apt update
apt install -y libc6:i386
DEBIAN_FRONTEND=noninteractive apt install -y wine32
%environment
export WINEARCH=win32
export WINEPREFIX=/home/$USER/.wine32
\ No newline at end of file
ubuntu_wine64.def
View file @
a20fd57f
...
...
@@ -7,4 +7,8 @@ From: ubuntu
%post
apt update
DEBIAN_FRONTEND=noninteractive apt install -y wine
\ No newline at end of file
DEBIAN_FRONTEND=noninteractive apt install -y wine
%environment
export WINEARCH=win64
export WINEPREFIX=/home/$USER/.wine64
\ No newline at end of file
Write
Preview
Supports
Markdown
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