diff --git a/srcpkgs/python-Flask-Script/template b/srcpkgs/python-Flask-Script/template index 43810d3fe9d..f3935570c70 100644 --- a/srcpkgs/python-Flask-Script/template +++ b/srcpkgs/python-Flask-Script/template @@ -21,13 +21,13 @@ post_install() { } python3.4-Flask-Script_package() { - noarch=yes - depends="python3.4-Flask" - pycompile_version="3.4" - pycompile_module="flask_script" - short_desc="${short_desc/Python2/Python3.4}" - pkg_install() { - vmove usr/lib/python3.4 + noarch=yes + depends="python3.4-Flask" + pycompile_version="3.4" + pycompile_module="flask_script" + short_desc="${short_desc/Python2/Python3.4}" + pkg_install() { + vmove usr/lib/python3.4 vlicense LICENSE - } + } }