From cdff8ea818f722628e73a8eaabbe172dda4e9329 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Thu, 16 Nov 2017 18:02:44 -0400 Subject: propellor spin --- src/Propellor/Property/Uboot.hs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/Propellor/Property/Uboot.hs b/src/Propellor/Property/Uboot.hs index 70b4dd68..562d2441 100644 --- a/src/Propellor/Property/Uboot.hs +++ b/src/Propellor/Property/Uboot.hs @@ -26,8 +26,8 @@ sunxi boardname = setInfoProperty (check (not <$> inChroot) go) info dd :: FilePath -> FilePath -> Property Linux dd dev prefix = tightenTargets $ cmdProperty "dd" [ "conv=fsync,notrunc" - , "if=" ++ prefix "/usr/lib/u-boot" - boardname "u-boot-sunxi-with-spl.bin" + , "if=" ++ prefix ++ "/usr/lib/u-boot/" + ++ boardname ++ "/u-boot-sunxi-with-spl.bin" , "of=" ++ dev , "bs=1024" , "seek=8" -- cgit v1.2.3