propellor spin
This commit is contained in:
parent
35c06a158f
commit
cc8babccc8
|
@ -111,7 +111,7 @@ built target system@(System _ arch) config =
|
||||||
-- workaround for http://bugs.debian.org/770658
|
-- workaround for http://bugs.debian.org/770658
|
||||||
debootstrapEnv :: IO [(String, String)]
|
debootstrapEnv :: IO [(String, String)]
|
||||||
debootstrapEnv = do
|
debootstrapEnv = do
|
||||||
path <- getEnvDefault "/bin" "PATH"
|
path <- getEnvDefault "PATH" "/bin"
|
||||||
addEntry "PATH" (path ++ debianPath)
|
addEntry "PATH" (path ++ debianPath)
|
||||||
<$> getEnvironment
|
<$> getEnvironment
|
||||||
where
|
where
|
||||||
|
|
Loading…
Reference in New Issue