Skip to content

Commit

Permalink
fix: steam (#2295)
Browse files Browse the repository at this point in the history
  • Loading branch information
korewaChino authored Oct 23, 2024
1 parent f292271 commit 36cbff9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions anda/games/steam/anda.hcl
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
project pkg {
arches = ["x86_64"]
rpm {
spec = "steam.spec"
}
Expand Down
4 changes: 2 additions & 2 deletions anda/games/steam/steam.spec
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
%define arch_dep() \
%ifarch x86_64 \
Requires: %1 \
Requires: %1.i686 \
Requires: %1(x86-32) \
%else \
Requires: %1 \
%endif
Expand All @@ -19,7 +19,7 @@ Requires: %1 \
%define arch_recommends() \
%ifarch x86_64 \
Recommends: %1 \
Recommends: %1.i686 \
Recommends: %1(x86-32) \
%else \
Recommends: %1 \
%endif
Expand Down

0 comments on commit 36cbff9

Please sign in to comment.