Skip to content

Commit

Permalink
Snap: fix enchant after core20 update
Browse files Browse the repository at this point in the history
5402a6d broke enchant's loading of backends due to the
change to enchant 2 which uses a different location. Update
paths mapping in snapcraft.yaml accordingly.
  • Loading branch information
vslavik committed Oct 25, 2021
1 parent cf3e904 commit e554d29
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions snap/snapcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ layout:
symlink: $SNAP/usr/share/hunspell
/usr/share/myspell:
symlink: $SNAP/usr/share/myspell
/usr/lib/$SNAPCRAFT_ARCH_TRIPLET/enchant:
symlink: $SNAP/usr/lib/$SNAPCRAFT_ARCH_TRIPLET/enchant
/usr/lib/$SNAPCRAFT_ARCH_TRIPLET/enchant-2:
symlink: $SNAP/usr/lib/$SNAPCRAFT_ARCH_TRIPLET/enchant-2

apps:
poedit:
Expand Down

0 comments on commit e554d29

Please sign in to comment.