X-Git-Url: http://cloudbase.mooo.com/gitweb/avrcpm.git/blobdiff_plain/18be946b6d6633ccda8b9ab2d5894b23e815a63d..a54e22b7b347f891ef00b8b25a798311082eaa61:/avrcpm/cpm/Makefile diff --git a/avrcpm/cpm/Makefile b/avrcpm/cpm/Makefile index 7de02d2..80c9ef6 100644 --- a/avrcpm/cpm/Makefile +++ b/avrcpm/cpm/Makefile @@ -23,7 +23,7 @@ clean: rm -f cpm.bin diskimage installcpm: cpm.bin dummy - sudo dd if=cpm.bin of=${INSTALLDISK} bs=128 conv=sync oflag=direct,sync + sudo dd if=cpm.bin of=${INSTALLDISK} bs=128 conv=sync oflag=sync sync sleep 1 sync