summaryrefslogtreecommitdiffstats
path: root/update_gallery_files.py
diff options
context:
space:
mode:
authorMichael Jurka <mikejurka@google.com>2013-12-13 16:28:36 +0100
committerDanesh M <daneshm90@gmail.com>2014-06-06 22:54:23 -0700
commitd1006eadaa4a692669de714ad9b1438dff399fc3 (patch)
tree4d9bdbbd2604bd7280ba0372d8836a72494603f9 /update_gallery_files.py
parent1510e010f6ed7cbee6883724c7b9314823758eaf (diff)
downloadandroid_packages_apps_Trebuchet-d1006eadaa4a692669de714ad9b1438dff399fc3.tar.gz
android_packages_apps_Trebuchet-d1006eadaa4a692669de714ad9b1438dff399fc3.tar.bz2
android_packages_apps_Trebuchet-d1006eadaa4a692669de714ad9b1438dff399fc3.zip
Update script to pull latest files from Gallery
Diffstat (limited to 'update_gallery_files.py')
-rw-r--r--update_gallery_files.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/update_gallery_files.py b/update_gallery_files.py
index ef4e8c933..738d225eb 100644
--- a/update_gallery_files.py
+++ b/update_gallery_files.py
@@ -49,6 +49,6 @@ for file_path in files.split():
dir = os.path.dirname(file_path)
if file_path.find('exif') != -1 or file_path.find('common') != -1:
file_path = 'gallerycommon/' + file_path
- cmd = 'cp %s/%s %s/' % (gallery_dir, file_path, dir)
+ cmd = 'cp %s/%s WallpaperPicker/%s/' % (gallery_dir, file_path, dir)
print cmd
os.system(cmd)