summaryrefslogtreecommitdiff
path: root/devel/py-xdg/files/patch-xdg::IconTheme.py
diff options
context:
space:
mode:
Diffstat (limited to 'devel/py-xdg/files/patch-xdg::IconTheme.py')
-rw-r--r--devel/py-xdg/files/patch-xdg::IconTheme.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/py-xdg/files/patch-xdg::IconTheme.py b/devel/py-xdg/files/patch-xdg::IconTheme.py
index c368e385f246..cc5714b82a78 100644
--- a/devel/py-xdg/files/patch-xdg::IconTheme.py
+++ b/devel/py-xdg/files/patch-xdg::IconTheme.py
@@ -7,7 +7,7 @@
-icondirs.append("/usr/share/pixmaps")
+icondirs.append("%%X11BASE%%/share/pixmaps")
+icondirs.append("%%LOCALBASE%%/share/pixmaps")
-+icondirs.append("%%X11BASE%%/share/gnome/pixmaps")
++icondirs.append("%%LOCALBASE%%/share/gnome/pixmaps")
+icondirs.append("%%X11BASE%%/share/icons")
+icondirs.append("%%LOCALBASE%%/share/icons")
icondirs.append(os.path.expanduser("~/.icons"))