diff --git a/srcpkgs/python-Django/template b/srcpkgs/python-Django/template index 09a605abd32..61b0759d2b0 100644 --- a/srcpkgs/python-Django/template +++ b/srcpkgs/python-Django/template @@ -27,14 +27,14 @@ post_install() { } python3.4-Django_package() { - noarch=yes - depends="python3.4" - pycompile_version="3.4" - pycompile_module="django" - short_desc="${short_desc/Python2/Python3.4}" - pkg_install() { + noarch=yes + depends="python3.4" + pycompile_version="3.4" + pycompile_module="django" + short_desc="${short_desc/Python2/Python3.4}" + pkg_install() { vmove 'usr/bin/django-admin3*' - vmove usr/lib/python3.4 + vmove usr/lib/python3.4 vlicense LICENSE - } + } }