From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id B836E139694 for ; Mon, 3 Apr 2017 14:55:45 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1061CE0DC4; Mon, 3 Apr 2017 14:55:40 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E313BE0DC4 for ; Mon, 3 Apr 2017 14:55:34 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 263AD341653 for ; Mon, 3 Apr 2017 14:55:34 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id F281E73FE for ; Mon, 3 Apr 2017 14:55:30 +0000 (UTC) From: "Marius Brehler" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Marius Brehler" Message-ID: <1491045327.8817cf9f106f16f97244e463099fc3f848c79847.marbre@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-visualization/mricrogl/ X-VCS-Repository: proj/sci X-VCS-Files: sci-visualization/mricrogl/mricrogl-9999.ebuild X-VCS-Directories: sci-visualization/mricrogl/ X-VCS-Committer: marbre X-VCS-Committer-Name: Marius Brehler X-VCS-Revision: 8817cf9f106f16f97244e463099fc3f848c79847 X-VCS-Branch: master Date: Mon, 3 Apr 2017 14:55:30 +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: f9c07ca4-765f-4ff2-b441-08c7e6b421fd X-Archives-Hash: 9b615d609677ef5d8c453099ea23be50 commit: 8817cf9f106f16f97244e463099fc3f848c79847 Author: Horea Christian yandex com> AuthorDate: Sat Apr 1 11:15:27 2017 +0000 Commit: Marius Brehler linux sungazer de> CommitDate: Sat Apr 1 11:15:27 2017 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=8817cf9f sci-visualization/mricrogl: corrected library installation (#768) Package-Manager: Portage-2.3.5, Repoman-2.3.2 sci-visualization/mricrogl/mricrogl-9999.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sci-visualization/mricrogl/mricrogl-9999.ebuild b/sci-visualization/mricrogl/mricrogl-9999.ebuild index 6b078f368..cb8d0273d 100644 --- a/sci-visualization/mricrogl/mricrogl-9999.ebuild +++ b/sci-visualization/mricrogl/mricrogl-9999.ebuild @@ -27,7 +27,7 @@ src_install() { dobin MRIcroGL insinto /usr/share/mricrogl - doins lut/* script/* shaders/* + doins -r lut script shaders doicon -s scalable mricrogl.svg make_desktop_entry MRIcroGL MRIcroGL /usr/share/icons/hicolor/scalable/apps/mricrogl.svg