data: elm: images: fix double data file definitions leading to races
authorStefan Schmidt <stefan@osg.samsung.com>
Wed, 28 Sep 2016 12:33:18 +0000 (14:33 +0200)
committerStefan Schmidt <stefan@osg.samsung.com>
Wed, 28 Sep 2016 12:33:18 +0000 (14:33 +0200)
commitce97a042e3e5ccea474ca4501f3d5f5a3b2f2deb
treec9345b571d62f5a2ab5b35ab42d6848b4361c1ad
parentceb63bb202c46889e53ea030493656698271016f
data: elm: images: fix double data file definitions leading to races

For a while now I had strange races during make install on Jenkins where some
image files either already existed or chmod was called on files not there yet.

It took some digging but it turns out commit
8dcd5207cc61e604efc942a62137bdeda4060aa0 broke this as a side effect. The black
magic that already installed the files JP refers to is sitting in
data/Makefile.am. It is plain autofoo stuff and just includes the images
Makefile to get the list of files.

JP was correct though that the glayer files have not been installed into the
correct subdir. Fixing this as well here.
data/Makefile.am
data/elementary/images/Makefile.am