propellor spin

This commit is contained in:
Joey Hess 2014-11-22 21:37:39 -04:00
parent 35c06a158f
commit cc8babccc8
Failed to extract signature
1 changed files with 1 additions and 1 deletions

View File

@ -111,7 +111,7 @@ built target system@(System _ arch) config =
-- workaround for http://bugs.debian.org/770658
debootstrapEnv :: IO [(String, String)]
debootstrapEnv = do
path <- getEnvDefault "/bin" "PATH"
path <- getEnvDefault "PATH" "/bin"
addEntry "PATH" (path ++ debianPath)
<$> getEnvironment
where