remove localedir file, fix build

This commit is contained in:
Joey Hess 2016-10-05 11:29:14 -04:00
parent aacd9b190d
commit 5485a8fe62
No known key found for this signature in database
GPG key ID: C910D9222512E3C7

View 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