For tiny-gui install, update the images directory location

This commit is contained in:
Ali El Gariani 2007-05-17 20:56:29 +00:00
parent 5866e3b895
commit 32e176d791

View File

@ -75,7 +75,7 @@ if DUMMYLOCALES
true
endif
if TINYGUI
(cd $(top_srcdir) && find data/campaigns images images/terrain \( $(findfilterflags) -o -name '*.png' -and -not -name 'bar-energy.png' -print \) ) | while read p; do \
(cd $(top_srcdir) && find data/core/images data/campaigns images \( $(findfilterflags) -o -name '*.png' -and -not -name 'bar-energy.png' -print \) ) | while read p; do \
$(w_preparefileinstall) \
eval `identify $$d$$p | cut -f 3 -d ' ' | sed s/^/imagewidth=/ | sed s/x/\;imageheight=/` ;\
case $${imagewidth}x$$imageheight in \