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:
Nils Kneuper 2007-05-12 00:08:44 +00:00
parent b42cd42c8e
commit 168e01c6b4
4 changed files with 4 additions and 4 deletions

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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