Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)
at devShellTools-shell 13 lines 493 B view raw
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