diff --git a/po/wesnoth-tutorial/FINDCFG b/po/wesnoth-tutorial/FINDCFG index e4cafc21ef1..bc25c513f1f 100644 --- a/po/wesnoth-tutorial/FINDCFG +++ b/po/wesnoth-tutorial/FINDCFG @@ -1 +1 @@ -find data/campaigns/tutorial -name themes -prune -o -name '*.cfg' -print +find data/campaigns/tutorial -name '*.cfg' -print diff --git a/po/wesnoth-units/FINDCFG b/po/wesnoth-units/FINDCFG index e4b22178743..6c4e0052e08 100644 --- a/po/wesnoth-units/FINDCFG +++ b/po/wesnoth-units/FINDCFG @@ -1 +1,2 @@ find data/core/units -name '*.cfg' -print +find data/campaigns/*/units -name '*.cfg' -print