chmod libs so install_name_tool can modify them
This commit is contained in:
parent
664765e757
commit
02f522a027
1 changed files with 1 additions and 0 deletions
|
@ -43,6 +43,7 @@ installLibs appbase = do
|
|||
createDirectoryIfMissing True appbase
|
||||
putStrLn $ "installing " ++ lib
|
||||
_ <- boolSystem "cp" [File lib, File dest]
|
||||
_ <- boolSystem "chmod" [Param "644", File dest]
|
||||
return $ Just appbase
|
||||
)
|
||||
|
||||
|
|
Loading…
Reference in a new issue