From 9ccbd58c25c3014502d5f0cbfb6a4394558cba8d Mon Sep 17 00:00:00 2001 From: Oliver Kiddle Date: Wed, 25 Nov 2015 22:28:58 +0100 Subject: [PATCH] python-icalendar: fix separation of python 2.7/3.4 files --- srcpkgs/python-icalendar/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/python-icalendar/template b/srcpkgs/python-icalendar/template index faa3f3f7b2..1e23dad3ee 100644 --- a/srcpkgs/python-icalendar/template +++ b/srcpkgs/python-icalendar/template @@ -1,7 +1,7 @@ # Template file for 'python-icalendar' pkgname=python-icalendar version=3.9.1 -revision=1 +revision=2 wrksrc=icalendar-${version} noarch=yes build_style=python-module @@ -26,7 +26,7 @@ python3.4-icalendar_package() { pycompile_version="3.4" depends="python3.4-dateutil python3.4-pytz" short_desc="${short_desc/Python2/Python3.4}" - post_install() { + pkg_install() { vmove usr/lib/python3.4 vlicense LICENSE.rst LICENSE }