From 420b6f794d44cc243eac88ec39c7293ebeda8a42 Mon Sep 17 00:00:00 2001 From: Alessio Sergi Date: Mon, 17 Oct 2016 12:37:52 +0200 Subject: [PATCH] canto-curses: add missing pycompile_dirs for canto plugins --- srcpkgs/canto-curses/template | 1 + 1 file changed, 1 insertion(+) diff --git a/srcpkgs/canto-curses/template b/srcpkgs/canto-curses/template index 390ee2bb938..d1695a9865e 100644 --- a/srcpkgs/canto-curses/template +++ b/srcpkgs/canto-curses/template @@ -7,6 +7,7 @@ hostmakedepends="python3-setuptools" makedepends="python3-devel ncurses-devel readline-devel" depends="canto-next" pycompile_module="canto_curses" +pycompile_dirs="/usr/lib/canto/plugins" short_desc="An ncurses frontend for canto-next Atom/RSS feed reader" maintainer="Steve Prybylski " license="GPL-2"