diff options
author | lassulus <lassulus@googlemail.com> | 2013-11-05 19:21:07 +0100 |
---|---|---|
committer | lassulus <lassulus@googlemail.com> | 2013-11-05 19:21:07 +0100 |
commit | 1d69388a39964c67a2e17483084565279e1fb550 (patch) | |
tree | 4768af02344c6145cba6d1bd2eb050cb5f36daf9 /util | |
parent | c8fc0f56d16a44ac4df4929795b4c8934b791fa4 (diff) |
make-realwallpaper fixed gcloud-distmap
Diffstat (limited to 'util')
-rwxr-xr-x | util/bin/make-realwallpaper | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/util/bin/make-realwallpaper b/util/bin/make-realwallpaper index 84283bb1..837bd378 100755 --- a/util/bin/make-realwallpaper +++ b/util/bin/make-realwallpaper @@ -230,7 +230,7 @@ make_gcloud_cloudmask() { if needs_rebuild gcloud-cloudmask.png gcloud-normal.png; then echo 'make gcloud-cloudmask.png' && - convert gcloud-normal.png gcloud-distmap \ + convert gcloud-normal.png gcloud-distmap.png \ -fx 'p{i,v*h}' \ -crop $gcloud_out_geometry \ gcloud-cloudmask.png |