pack: Register extra /usr/share sub-directories as FHS.

* guix/rpm.scm (%fhs-directories): Add extra FHS directories.  They were found
to conflict while testing a 'guix pack' built Jami RPM.
This commit is contained in:
Maxim Cournoyer 2023-02-21 23:37:09 -05:00
parent d9368572ab
commit 1fee391a25
No known key found for this signature in database
GPG Key ID: 1260E46482E63562
1 changed files with 8 additions and 1 deletions

View File

@ -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"