]> gitweb.fluxo.info Git - blog.git/commitdiff
Makefile: updates jhead target
authorSilvio Rhatto <rhatto@riseup.net>
Fri, 6 Oct 2017 01:55:39 +0000 (22:55 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Fri, 6 Oct 2017 01:55:39 +0000 (22:55 -0300)
Makefile

index 2452e82f8d9f25e01ab90a991398914988064575..8cff2fc33858ff86f4b9c1c36f107fe6193c4483 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -23,4 +23,5 @@ web_deploy:
 publish: web web_deploy
 
 jhead:
-       @find -name '*jpg' -exec jhead -dc -de -di -dx -du {} \;
+       @find -name '*jpg ' -exec jhead -dc -de -di -dx -du {} \;
+       @find -name '*jpeg' -exec jhead -dc -de -di -dx -du {} \;