Fixed FINDCFG so update-po can work again with the migrated campaigns
This commit is contained in:
parent
90f875803a
commit
f5bdc07440
6 changed files with 7 additions and 7 deletions
|
@ -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…
Add table
Reference in a new issue