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. -}
|
||||
glibcLibs :: IO [FilePath]
|
||||
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
Reference in a new issue