mirror of
https://github.com/wesnoth/wesnoth
synced 2025-04-27 15:31:40 +00:00
fixed --enable-lite for current image location (was only excluding sound)
This commit is contained in:
parent
0f35f27abd
commit
537e285c6a
@ -5,7 +5,7 @@ pkgdatadir=$(datadir)/@DATADIR@
|
||||
findfilterflags=-name CVS -prune -o -name ".cvs*" -o -name ".\#*" -o -type d
|
||||
|
||||
if LITE
|
||||
findmoredata=;find images $(findfilterflags) -o -path "images/misc/tutorial*" -o -path "images/misc/story*" -o -print
|
||||
findmoredata=;find images $(findfilterflags) -o -path "images/campaigns/*/story*" -o -path "images/campaigns/*/sotbe*" -o -print
|
||||
else
|
||||
findmoredata=;find images music $(findfilterflags) -o -print
|
||||
endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user