fix param order
This commit is contained in:
parent
4de7d4295c
commit
205d192559
|
@ -45,9 +45,9 @@ built target system@(System _ arch) extraparams =
|
|||
Nothing -> errorMessage $ "don't know how to debootstrap " ++ show system
|
||||
Just s -> pure s
|
||||
let params = extraparams ++
|
||||
[ Param suite
|
||||
[ Param $ "--arch=" ++ arch
|
||||
, Param suite
|
||||
, Param target
|
||||
, Param $ "--arch=" ++ arch
|
||||
]
|
||||
cmd <- fromMaybe "debootstrap" <$> programPath
|
||||
ifM (boolSystem cmd params)
|
||||
|
|
Loading…
Reference in New Issue