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 F0BCB138334 for ; Thu, 18 Jul 2019 07:14:06 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DDD9AE0819; Thu, 18 Jul 2019 07:14:04 +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-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C4A7BE0819 for ; Thu, 18 Jul 2019 07:14:04 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 D8F90347F7E for ; Thu, 18 Jul 2019 07:14:03 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AE4476E6 for ; Thu, 18 Jul 2019 07:14:01 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1563434032.28f31d92864184e6c16f2d848064782688dc9b5e.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/packer/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/packer/packer-1.4.1.ebuild X-VCS-Directories: dev-util/packer/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 28f31d92864184e6c16f2d848064782688dc9b5e X-VCS-Branch: master Date: Thu, 18 Jul 2019 07:14:01 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 1bef9452-1669-4ae8-8a71-eedce14ab191 X-Archives-Hash: 615b745114e06b1e78b0b41ae4a5ed13 commit: 28f31d92864184e6c16f2d848064782688dc9b5e Author: Dan Molik danmolik com> AuthorDate: Tue Jul 16 17:38:12 2019 +0000 Commit: Michał Górny gentoo org> CommitDate: Thu Jul 18 07:13:52 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=28f31d92 dev-util/packer: clean up zsh completion Package-Manager: Portage-2.3.69, Repoman-2.3.16 Signed-off-by: Dan Molik danmolik.com> Tested-by: Dan Molik danmolik.com> Closes: https://github.com/gentoo/gentoo/pull/12416 Signed-off-by: Michał Górny gentoo.org> dev-util/packer/packer-1.4.1.ebuild | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/dev-util/packer/packer-1.4.1.ebuild b/dev-util/packer/packer-1.4.1.ebuild index f0bba724a79..b5901c6d82a 100644 --- a/dev-util/packer/packer-1.4.1.ebuild +++ b/dev-util/packer/packer-1.4.1.ebuild @@ -30,8 +30,6 @@ src_install() { einstalldocs - pushd "src/${EGO_PN}" || die insinto /usr/share/zsh/site-functions - doins contrib/zsh-completion/_packer - popd || die + doins src/${EGO_PN}/contrib/zsh-completion/_packer }