Modifie le nom du projet dans le titre du template base.html

This commit is contained in:
Benjamin Dauvergne 2015-03-06 00:30:36 +01:00
parent b24a02c420
commit 4a16261ded
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ sed -i \
-e "s/project-name/$PROJECT_NAME/g" \
-e "s/PROJECT_NAME/A2_$UPPER_UNDERSCORED_/g" \
-e "s/Project Name/$TITLECASE/g" \
*.py */*.py */*/*.py README COPYING MANIFEST.in `find debian -type f`
*.py */*.py */*/*.py project_name/templates/base.html README COPYING MANIFEST.in `find debian -type f`
for FILE in debian/*; do
if [ -f $FILE ]; then