mirror of
https://github.com/wesnoth/wesnoth
synced 2025-05-15 01:46:10 +00:00
Cope with the fact that the default Ubuntu shell...
...no longer does {} expansion of file globs.
This commit is contained in:
parent
6914277871
commit
c6d35c917e
@ -6,7 +6,7 @@ DATA = ../../data
|
||||
#
|
||||
# The MAINLINE definition should expand to all directories considered
|
||||
# to be part of the mainline distribution.
|
||||
MAINLINE = $(DATA)/core $(DATA)/{multiplayer,themes} $(DATA)/campaigns/*
|
||||
MAINLINE = $(DATA)/core $(DATA)/multiplayer $(DATA)/themes $(DATA)/campaigns/*
|
||||
#
|
||||
# Define UMC to point to a local copy of user-made content to run checks on.
|
||||
# Note, this needs to expand to a list with one subdirectory per UMC campaign,
|
||||
|
Loading…
x
Reference in New Issue
Block a user