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 97491138206 for ; Tue, 26 Apr 2016 21:04:19 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BD14FE07E0; Tue, 26 Apr 2016 21:04:16 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 665DFE07E0 for ; Tue, 26 Apr 2016 21:04:16 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 80FA3340B90 for ; Tue, 26 Apr 2016 21:04:15 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D1147CB for ; Tue, 26 Apr 2016 21:04:12 +0000 (UTC) From: "Amadeusz Piotr Żołnowski" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Amadeusz Piotr Żołnowski" Message-ID: <1461704633.6edf93b35d8086ec15a580ec13e2d1c2ce67119b.aidecoe@gentoo> Subject: [gentoo-commits] repo/gentoo:ejabberd-wip commit in: dev-erlang/p1_sip/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-erlang/p1_sip/p1_sip-1.0.0.ebuild X-VCS-Directories: dev-erlang/p1_sip/ X-VCS-Committer: aidecoe X-VCS-Committer-Name: Amadeusz Piotr Żołnowski X-VCS-Revision: 6edf93b35d8086ec15a580ec13e2d1c2ce67119b X-VCS-Branch: ejabberd-wip Date: Tue, 26 Apr 2016 21:04:12 +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: 062d425b-6a58-473d-b7e2-e84957599739 X-Archives-Hash: 6cb5cb4ea9d901eb9c64aebc3d0954ef commit: 6edf93b35d8086ec15a580ec13e2d1c2ce67119b Author: Amadeusz Żołnowski gentoo org> AuthorDate: Tue Apr 26 21:03:53 2016 +0000 Commit: Amadeusz Piotr Żołnowski gentoo org> CommitDate: Tue Apr 26 21:03:53 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6edf93b3 dev-erlang/p1_sip: Install headers as well Package-Manager: portage-2.2.28 dev-erlang/p1_sip/p1_sip-1.0.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-erlang/p1_sip/p1_sip-1.0.0.ebuild b/dev-erlang/p1_sip/p1_sip-1.0.0.ebuild index 2e99a72..f0d47cb 100644 --- a/dev-erlang/p1_sip/p1_sip-1.0.0.ebuild +++ b/dev-erlang/p1_sip/p1_sip-1.0.0.ebuild @@ -78,5 +78,5 @@ src_compile() { src_install() { insinto "$(get_erl_libs)/${P}" - doins -r ebin priv src + doins -r ebin include priv src }