remove localedir file, fix build
authorJoey Hess <joeyh@joeyh.name>
Wed, 5 Oct 2016 15:29:14 +0000 (11:29 -0400)
committerJoey Hess <joeyh@joeyh.name>
Wed, 5 Oct 2016 15:29:14 +0000 (11:29 -0400)
Build/LinuxMkLibs.hs

index 780cdea258c9f2b01c9955804facbf3e5475f8e2..f50b1cbfc8643d7eba5d37521f9c002a40d33e1d 100644 (file)
@@ -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