X-Git-Url: http://cloudbase.mooo.com/gitweb/avrcpm.git/blobdiff_plain/db568140f48e404231f1b9d5b99680073c94bf49..846ffdc92a6d4d2520e7cbd55ec5a3c91327f2c8:/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