deal with multiarch
This commit is contained in:
parent
ae2bc90a1d
commit
d8c1890c98
1 changed files with 1 additions and 1 deletions
|
@ -141,4 +141,4 @@ parseLdd = catMaybes . map (getlib . dropWhile isSpace) . lines
|
||||||
- XXX Debian specific. -}
|
- XXX Debian specific. -}
|
||||||
glibcLibs :: IO [FilePath]
|
glibcLibs :: IO [FilePath]
|
||||||
glibcLibs = lines <$> readProcess "sh"
|
glibcLibs = lines <$> readProcess "sh"
|
||||||
["-c", "dpkg -L libc6 libgcc1 | egrep '\\.so|gconv'"]
|
["-c", "dpkg -L libc6:$(dpkg --print-architecture) libgcc1:$(dpkg --print-architecture) | egrep '\\.so|gconv'"]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue