mirror of
https://github.com/wesnoth/wesnoth
synced 2025-05-21 16:32:23 +00:00
Fixed FINDCFG so update-po can work again with the migrated campaigns
This commit is contained in:
parent
90f875803a
commit
f5bdc07440
@ -1,2 +1,2 @@
|
||||
find data/scenarios/Eastern_Invasion -name '*.cfg' -print
|
||||
find data/campaigns/Eastern_Invasion -name '*.cfg' -print
|
||||
echo data/campaigns/Eastern_Invasion.cfg
|
||||
|
@ -1,2 +1,2 @@
|
||||
find data/scenarios/Heir_To_The_Throne -name '*.cfg' -print
|
||||
find data/campaigns/Heir_To_The_Throne -name '*.cfg' -print
|
||||
echo data/campaigns/Heir_To_The_Throne.cfg
|
||||
|
@ -1,2 +1,2 @@
|
||||
find data/scenarios/Son_Of_The_Black_Eye -name '*.cfg' -print
|
||||
find data/campaigns/Son_Of_The_Black_Eye -name '*.cfg' -print
|
||||
echo data/campaigns/Son_Of_The_Black_Eye.cfg
|
||||
|
@ -1,2 +1,2 @@
|
||||
find data/scenarios/The_Dark_Hordes -name '*.cfg' -print
|
||||
find data/campaigns/The_Dark_Hordes -name '*.cfg' -print
|
||||
echo data/campaigns/The_Dark_Hordes.cfg
|
||||
|
@ -1,2 +1,2 @@
|
||||
find data/scenarios/The_Rise_of_Wesnoth -name '*.cfg' -print
|
||||
echo data/campaigns/The_Rise_of_Wesnoth.cfg
|
||||
find data/campaigns/The_Rise_Of_Wesnoth -name '*.cfg' -print
|
||||
echo data/campaigns/The_Rise_Of_Wesnoth.cfg
|
||||
|
@ -1 +1 @@
|
||||
find data/scenarios/tutorial -name '*.cfg' -print
|
||||
find data/tutorial -name '*.cfg' -print
|
||||
|
Loading…
x
Reference in New Issue
Block a user