[build] Corrected missing param in cp for styles.

This commit is contained in:
Dmitry Kunin 2013-10-04 15:05:58 +02:00
parent c41c9efcb9
commit 662d1f0b1b

View file

@ -93,7 +93,7 @@ genindex: geocodes.txt countries.txt
touch genindex
make_obb: process_html
cat countries_to_generate.txt | while read country; do cp ../../data/* Countries/$$country/content/data; ../../tools/jobb -d Countries/$$country/content -o Countries/$$country/main.1.com.guidewithme.`echo $$country|tr '[:upper:]' '[:lower:]'`.obb -pn com.guidewithme.`echo $$country|tr '[:upper:]' '[:lower:]'` -pv 1; done
cat countries_to_generate.txt | while read country; do cp -r ../../data/* Countries/$$country/content/data; ../../tools/jobb -d Countries/$$country/content -o Countries/$$country/main.1.com.guidewithme.`echo $$country|tr '[:upper:]' '[:lower:]'`.obb -pn com.guidewithme.`echo $$country|tr '[:upper:]' '[:lower:]'` -pv 1; done
touch make_obb
make_apk: genindex