diff options
author | Richard Hughes <richard@hughsie.com> | 2014-08-18 12:23:51 +0100 |
---|---|---|
committer | Richard Hughes <richard@hughsie.com> | 2014-08-18 12:24:01 +0100 |
commit | 59fdf9174cfb9f27112ba8e93c00c33eb99d4ebc (patch) | |
tree | f81546157f18b6839a331f99b57e3c44dd82452e | |
parent | f59a6f5476e613e0ea961bd1b43081fc1ea8409e (diff) | |
download | appstream-glib-59fdf9174cfb9f27112ba8e93c00c33eb99d4ebc.tar.gz |
trivial: Fix the Fedora upload file
-rwxr-xr-x | contrib/screenshots/fedora-21/upload-screenshots.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/screenshots/fedora-21/upload-screenshots.sh b/contrib/screenshots/fedora-21/upload-screenshots.sh index e158006..fd4ce58 100755 --- a/contrib/screenshots/fedora-21/upload-screenshots.sh +++ b/contrib/screenshots/fedora-21/upload-screenshots.sh @@ -4,7 +4,7 @@ chmod a+rx 752x423 chmod a+rx source chmod a+r */*.png chmod a+r *.html -rsync -v --progress \ +rsync -vr --progress \ 112x63 624x351 752x423 \ fedora-21.xml.gz fedora-21-icons.tar.gz \ *.html \ |