projects
/
git-annex.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3b3868f
)
remove debug print
author
Joey Hess
<joeyh@joeyh.name>
Wed, 16 Nov 2016 01:52:10 +0000
(21:52 -0400)
committer
Joey Hess
<joeyh@joeyh.name>
Wed, 16 Nov 2016 01:52:10 +0000
(21:52 -0400)
Build/LinuxMkLibs.hs
patch
|
blob
|
history
diff --git
a/Build/LinuxMkLibs.hs
b/Build/LinuxMkLibs.hs
index d7512bfe0f69b0b1e7cd3cbb995cf5d33116601b..ba40206fdf4b0f8f78c4f9728b49af5f2cb9acf0 100644
(file)
--- a/
Build/LinuxMkLibs.hs
+++ b/
Build/LinuxMkLibs.hs
@@
-70,7
+70,6
@@
installLinkerShim top linker exe = do
-- Assume that for a symlink, the destination
-- will also be shimmed.
let sl' = ".." </> takeFileName sl </> takeFileName sl
- print (sl', exedest)
createSymbolicLink sl' exedest
, renameFile exe exedest
)