mirror of
https://github.com/wesnoth/wesnoth
synced 2025-04-29 07:06:23 +00:00
For tiny-gui install, update the images directory location
This commit is contained in:
parent
5866e3b895
commit
32e176d791
@ -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 \
|
||||
|
Loading…
x
Reference in New Issue
Block a user