From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 3CD9E1381F3 for ; Fri, 16 Aug 2013 11:02:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8DCD9E0E31; Fri, 16 Aug 2013 11:02:25 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 0A7B7E0E3A for ; Fri, 16 Aug 2013 11:02:24 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B91E933EC50 for ; Fri, 16 Aug 2013 11:02:23 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 9DC4BE468F for ; Fri, 16 Aug 2013 11:02:21 +0000 (UTC) From: "André Erdmann" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "André Erdmann" Message-ID: <1376650905.faadf46ac9cbd3927498d68ea15c306b808f82b3.dywi@gentoo> Subject: [gentoo-commits] proj/R_overlay:master commit in: roverlay/ X-VCS-Repository: proj/R_overlay X-VCS-Files: roverlay/status.py X-VCS-Directories: roverlay/ X-VCS-Committer: dywi X-VCS-Committer-Name: André Erdmann X-VCS-Revision: faadf46ac9cbd3927498d68ea15c306b808f82b3 X-VCS-Branch: master Date: Fri, 16 Aug 2013 11:02:21 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 2ab606d6-7968-40e6-8eb3-622e1ceab74e X-Archives-Hash: 01f217846b7fcd0b4859c2d1dae7a26b commit: faadf46ac9cbd3927498d68ea15c306b808f82b3 Author: André Erdmann mailerd de> AuthorDate: Fri Aug 16 11:01:45 2013 +0000 Commit: André Erdmann mailerd de> CommitDate: Fri Aug 16 11:01:45 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/R_overlay.git;a=commit;h=faadf46a roverlay/status: fix mako templates location ... when installed --- roverlay/status.py | 1 + 1 file changed, 1 insertion(+) diff --git a/roverlay/status.py b/roverlay/status.py index 2a80977..617aaab 100644 --- a/roverlay/status.py +++ b/roverlay/status.py @@ -200,6 +200,7 @@ class StatusRuntimeEnvironment ( roverlay.runtime.RuntimeEnvironmentBase ): if self.installed: template_dirs.append ( self.config.get_or_fail ( 'INSTALLINFO.libexec' ) + + os.sep + 'mako_templates' ) extra_dirs = self.config.get ( 'STATS.TEMPLATE.root' )