media-gfx/gimp-9999: fixed plug-ins path
authorMiroslav Šulc <fordfrog@gentoo.org>
Sat, 6 Oct 2018 07:18:11 +0000 (09:18 +0200)
committerMiroslav Šulc <fordfrog@gentoo.org>
Sat, 6 Oct 2018 07:18:37 +0000 (09:18 +0200)
Signed-off-by: Miroslav Šulc <fordfrog@gentoo.org>
Package-Manager: Portage-2.3.50, Repoman-2.3.11

media-gfx/gimp/gimp-9999.ebuild

index ffaa9b6d047ed64571e51ae43627af5aebf7bf94..bce92e6ecef2f8f33dc9d0ba4fb801ad4d70d4c6 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -169,7 +169,7 @@ _rename_plugins() {
        einfo 'Renaming plug-ins to not collide with pre-2.10.6 file layout (bug #664938)...'
        local prepend=gimp-org-
        (
-               cd "${ED%/}"/usr/$(get_libdir)/gimp/2.0/plug-ins || exit 1
+               cd "${ED%/}"/usr/$(get_libdir)/gimp/2.99/plug-ins || exit 1
                for plugin_slash in $(ls -d1 */); do
                    plugin=${plugin_slash%/}
                    if [[ -f ${plugin}/${plugin} ]]; then