summaryrefslogtreecommitdiff
path: root/src/Propellor/Shim.hs
diff options
context:
space:
mode:
authorJoey Hess2015-03-12 19:53:40 -0400
committerJoey Hess2015-03-12 19:53:40 -0400
commit370aad7825f15ed661419875d43320dc1c8f719d (patch)
treec15835616b0c32346d350a0f0c477660567e4f2c /src/Propellor/Shim.hs
parent363ee6ef59efac0f43ff27b4cb9e46126eb44270 (diff)
propellor spin
Diffstat (limited to 'src/Propellor/Shim.hs')
-rw-r--r--src/Propellor/Shim.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Propellor/Shim.hs b/src/Propellor/Shim.hs
index e1ea2825..5fc1ea05 100644
--- a/src/Propellor/Shim.hs
+++ b/src/Propellor/Shim.hs
@@ -34,7 +34,7 @@ setup propellorbin propellorbinpath dest = checkAlreadyShimmed propellorbin $ do
fromMaybe (error "cannot find ld-linux linker") $
headMaybe $ filter ("ld-linux" `isInfixOf`) libs'
let linkersym = takeDirectory linker </> takeFileName propellorbin
- createSymbolicLink linkersym (takeFileName linker)
+ createSymbolicLink (takeFileName linker) linkersym
let gconvdir = (dest ++) $ takeDirectory $
fromMaybe (error "cannot find gconv directory") $