fixed a bug with the wescamp_import script...
...that led to not including the campaign.cfg file in the pot-updates
This commit is contained in:
parent
b42cd42c8e
commit
168e01c6b4
4 changed files with 4 additions and 4 deletions
|
@ -1,2 +1,2 @@
|
|||
find data/campaigns/Descent_Into_Darkness -name '*.cfg' -print
|
||||
echo data/campaigns/Descent_Into_Darkness.cfg'
|
||||
echo data/campaigns/Descent_Into_Darkness.cfg
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
find data/campaigns/Sceptre_of_Fire -name '*.cfg' -print
|
||||
echo data/campaigns/Sceptre_of_Fire.cfg'
|
||||
echo data/campaigns/Sceptre_of_Fire.cfg
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
find data/campaigns/Son_Of_The_Black_Eye -name '*.cfg' -print
|
||||
echo data/campaigns/Son_Of_The_Black_Eye.cfg'
|
||||
echo data/campaigns/Son_Of_The_Black_Eye.cfg
|
||||
|
|
|
@ -50,7 +50,7 @@ cp po/wesnoth/LINGUAS po/%(textdomain)s/
|
|||
|
||||
cat > po/%(textdomain)s/FINDCFG <<'EOF'
|
||||
find data/campaigns/%(campaign)s -name '*.cfg' -print
|
||||
echo data/campaigns/%(campaign)s.cfg'
|
||||
echo data/campaigns/%(campaign)s.cfg
|
||||
EOF
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue