From 112b3f9d196eefbb7cb1399488fec4b915384f91 Mon Sep 17 00:00:00 2001 From: Alessio Sergi Date: Mon, 17 Oct 2016 12:35:35 +0200 Subject: [PATCH] canto-next: add missing pycompile_dirs for canto plugins --- srcpkgs/canto-next/template | 1 + 1 file changed, 1 insertion(+) diff --git a/srcpkgs/canto-next/template b/srcpkgs/canto-next/template index 8b82c967be7..71c2c2029f9 100644 --- a/srcpkgs/canto-next/template +++ b/srcpkgs/canto-next/template @@ -7,6 +7,7 @@ build_style=python3-module hostmakedepends="python3-setuptools" depends="python3-feedparser" pycompile_module="canto_next" +pycompile_dirs="/usr/lib/canto/plugins" short_desc="Quick and concise Atom/RSS feed reader daemon" maintainer="Steve Prybylski " license="GPL-2"