summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorMarcello Stanisci <stanisci.m@gmail.com>2017-12-28 13:52:44 +0100
committerMarcello Stanisci <stanisci.m@gmail.com>2017-12-28 13:52:44 +0100
commitc85ea8f4f1e521e71ec8dfd58313d1477a602596 (patch)
tree30f06d2028ed235abf83cc64c2779e896eb50966 /Makefile.am
parentb228b4c9df9aa01cf806c17bd836ec77b9005e1c (diff)
downloadbank-c85ea8f4f1e521e71ec8dfd58313d1477a602596.tar.gz
bank-c85ea8f4f1e521e71ec8dfd58313d1477a602596.tar.bz2
bank-c85ea8f4f1e521e71ec8dfd58313d1477a602596.zip
typo
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index efa1f63..012f7b2 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -39,7 +39,7 @@ SEPARATOR=`printf "%s%s" \
"----------------------------------------------" \
"------------------------"`
PYTHONPATH_APPEND=`printf "%s" \
- "@prefix@/lib/Python@PYTHON_VERSION@/site-packages"`
+ "@prefix@/lib/python@PYTHON_VERSION@/site-packages"`
check:
@export DJANGO_SETTINGS_MODULE="talerbank.settings" \