summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMiroslav Šulc <fordfrog@gentoo.org>2018-10-06 09:18:11 +0200
committerMiroslav Šulc <fordfrog@gentoo.org>2018-10-06 09:18:37 +0200
commit0323ad53928e9e0f0dfc7a9f1e8d82661c291f96 (patch)
tree0ea0489c54180f57ad7471cc4240a2c04c319a1b /media-gfx
parentdev-lua/lua-openssl: fix libressl build (diff)
downloadgentoo-0323ad53928e9e0f0dfc7a9f1e8d82661c291f96.tar.gz
gentoo-0323ad53928e9e0f0dfc7a9f1e8d82661c291f96.tar.bz2
gentoo-0323ad53928e9e0f0dfc7a9f1e8d82661c291f96.zip
media-gfx/gimp-9999: fixed plug-ins path
Signed-off-by: Miroslav Šulc <fordfrog@gentoo.org> Package-Manager: Portage-2.3.50, Repoman-2.3.11
Diffstat (limited to 'media-gfx')
-rw-r--r--media-gfx/gimp/gimp-9999.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/media-gfx/gimp/gimp-9999.ebuild b/media-gfx/gimp/gimp-9999.ebuild
index ffaa9b6d047e..bce92e6ecef2 100644
--- a/media-gfx/gimp/gimp-9999.ebuild
+++ b/media-gfx/gimp/gimp-9999.ebuild
@@ -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