1diff --git a/Utility/FreeDesktop.hs b/Utility/FreeDesktop.hs
2index 896b89b991..6cbb4f90ae 100644
3--- a/Utility/FreeDesktop.hs
4+++ b/Utility/FreeDesktop.hs
5@@ -106,7 +106,7 @@ desktopfile f = toOsPath $ f ++ ".desktop"
6
7 {- Directory used for installation of system wide data files.. -}
8 systemDataDir :: OsPath
9-systemDataDir = literalOsPath "/usr/share"
10+systemDataDir = literalOsPath "/share"
11
12 {- Directory used for installation of system wide config files. -}
13 systemConfigDir :: OsPath