diff --git a/Makefile b/Makefile index edc5092..f5ce9f2 100644 --- a/Makefile +++ b/Makefile @@ -139,7 +139,7 @@ patch_disable_keyboard: # $2 is the new patch name define patch_mv for i in *.img.d; do \ - if [ -e $$i/$1 ]; then mv $$i/$1 $$i/$2; else true "Nothing to do for $$i/$2."; fi; \ + if [ -e $$i/$1 ]; then mv $$i/$1 $$i/$2; fi; \ done endef