chore: fix typo & cosmetic.

This commit is contained in:
Alexandre Pujol 2025-02-09 20:39:44 +01:00
parent ace9a12c95
commit 5ea339803a
Failed to generate hash of commit

View file

@ -11,15 +11,15 @@
# We cannot use `@{open_path} mrix,` here because it includes: # We cannot use `@{open_path} mrix,` here because it includes:
# @{lib}/@{multiarch}/glib-@{version}/gio-launch-desktop # @{lib}/@{multiarch}/glib-@{version}/gio-launch-desktop
# And `@{multiarch}` as a wildcard that cannot be merged and that will generate # And `@{multiarch}` has a wildcard that cannot be merged and that will generate
# "has merged rule with conflicting x modifiers" error when used with other # "has merged rule with conflicting x modifiers" error when used with other
# wilcard over PUx transition. # wilcard over PUx transition.
@{bin}/exo-open mrix, @{bin}/exo-open mrix,
@{bin}/xdg-open mrix, @{bin}/xdg-open mrix,
@{bin}/gio mrix, @{bin}/gio mrix,
@{bin}/kde-open mrix, @{bin}/kde-open mrix,
@{bin}/gio-launch-desktop mrix, @{bin}/gio-launch-desktop mrix,
@{lib}/gio-launch-desktop mrix, @{lib}/gio-launch-desktop mrix,
@{bin}/env rix, @{bin}/env rix,
@{sh_path} r, @{sh_path} r,