Skip to content

Commit

Permalink
cbuild: use a more general pattern for .qm translations
Browse files Browse the repository at this point in the history
  • Loading branch information
q66 committed Nov 24, 2024
1 parent 279e1ff commit fdb7ac5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/cbuild/core/template.py
Original file line number Diff line number Diff line change
Expand Up @@ -2219,8 +2219,8 @@ def _split_fishcomp(pkg):

def _split_locale(pkg):
pkg.take("usr/share/locale", missing_ok=True)
# lxqt uses its own special dir since it uses a .qm format
pkg.take("usr/share/lxqt/translations", missing_ok=True)
# translations for qt crap (like lxqt and assorted apps)
pkg.take("usr/share/*/translations/*.qm", missing_ok=True)


autopkgs = [
Expand Down

0 comments on commit fdb7ac5

Please sign in to comment.