diff options
author | Joey Hess <joeyh@joeyh.name> | 2016-10-05 11:29:14 -0400 |
---|---|---|
committer | Joey Hess <joeyh@joeyh.name> | 2016-10-05 11:29:14 -0400 |
commit | 614e98ff2226ccf13a55a2b1e404fee0cd5daf46 (patch) | |
tree | dc85c4cce5af3107585d3024aa4835b712e3b3db /Build | |
parent | 218ceacf5dffd328fcc08e6e775f43cffa887238 (diff) |
remove localedir file, fix build
Diffstat (limited to 'Build')
-rw-r--r-- | Build/LinuxMkLibs.hs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Build/LinuxMkLibs.hs b/Build/LinuxMkLibs.hs index 780cdea25..f50b1cbfc 100644 --- a/Build/LinuxMkLibs.hs +++ b/Build/LinuxMkLibs.hs @@ -46,8 +46,6 @@ mklibs top = do writeFile (top </> "libdirs") (unlines libdirs) writeFile (top </> "gconvdir") (parentDir $ Prelude.head $ filter ("/gconv/" `isInfixOf`) glibclibs) - writeFile (top </> "localedir") - (parentDir $ Prelude.head $ filter ("/locale/" `isInfixOf`) glibclibs) let linker = Prelude.head $ filter ("ld-linux" `isInfixOf`) libs' mapM_ (installLinkerShim top linker) exes |