diff options
author | Mike Gilbert <floppym@gentoo.org> | 2023-08-08 10:24:52 -0400 |
---|---|---|
committer | Mike Gilbert <floppym@gentoo.org> | 2023-08-08 10:24:52 -0400 |
commit | de0312d2a8172ff01f6c3c5fb5e1a099cf321fb8 (patch) | |
tree | bb7d9b070c600fa3a77de65b8eeee4199ca13e2d /eclass | |
parent | media-libs/libsvgtiny: drop old parallel build patch (diff) | |
download | gentoo-de0312d2a8172ff01f6c3c5fb5e1a099cf321fb8.tar.gz gentoo-de0312d2a8172ff01f6c3c5fb5e1a099cf321fb8.tar.bz2 gentoo-de0312d2a8172ff01f6c3c5fb5e1a099cf321fb8.zip |
vim-spell.eclass: drop EPREFIX from VIM_SPELL_DIRECTORY
This variable is passed to insinto, which already addes EPREFIX.
Closes: https://bugs.gentoo.org/911850
Signed-off-by: Mike Gilbert <floppym@gentoo.org>
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/vim-spell.eclass | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/eclass/vim-spell.eclass b/eclass/vim-spell.eclass index 1a241d2ba0d1..855518d23e5b 100644 --- a/eclass/vim-spell.eclass +++ b/eclass/vim-spell.eclass @@ -92,7 +92,7 @@ SLOT="0" # @INTERNAL # @DESCRIPTION: # This variable defines the path to Vim spell files. -: "${VIM_SPELL_DIRECTORY:="${EPREFIX}/usr/share/vim/vimfiles/spell/"}" +: "${VIM_SPELL_DIRECTORY:=/usr/share/vim/vimfiles/spell}" # @ECLASS_VARIABLE: DESCRIPTION # @DESCRIPTION: |