aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--guix/rpm.scm9
1 files changed, 8 insertions, 1 deletions
diff --git a/guix/rpm.scm b/guix/rpm.scm
index 1cb8326a9b..734aef29c1 100644
--- a/guix/rpm.scm
+++ b/guix/rpm.scm
@@ -393,8 +393,15 @@ encountered, translate it to \"/\"."
"/opt/info" "/opt/lib" "/opt/man"
"/run" "/sbin" "/srv" "/sys" "/tmp"
"/usr" "/usr/bin" "/usr/include" "/usr/libexec"
+ "/usr/share" "/usr/share/applications"
"/usr/share/color" "/usr/share/dict" "/usr/share/doc" "/usr/share/games"
- "/usr/share/info" "/usr/share/locale" "/usr/share/man" "/usr/share/misc"
+ "/usr/share/icons" "/usr/share/icons/hicolor"
+ "/usr/share/icons/hicolor/48x48"
+ "/usr/share/icons/hicolor/48x48/apps"
+ "/usr/share/icons/hicolor/scalable"
+ "/usr/share/icons/hicolor/scalable/apps"
+ "/usr/share/info" "/usr/share/locale" "/usr/share/man"
+ "/usr/share/metainfo" "/usr/share/misc"
"/usr/share/nls" "/usr/share/ppd" "/usr/share/sgml"
"/usr/share/terminfo" "/usr/share/tmac" "/usr/share/xml"
"/usr/share/zoneinfo" "/usr/local" "/usr/local/bin" "/usr/local/etc"