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 880791382C5 for ; Wed, 10 Jun 2020 00:31:46 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9656DE090F; Wed, 10 Jun 2020 00:31:45 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 792B9E090F for ; Wed, 10 Jun 2020 00:31:45 +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 F11CE34E156 for ; Wed, 10 Jun 2020 00:31:43 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8ADBD291 for ; Wed, 10 Jun 2020 00:31:40 +0000 (UTC) From: "Mike Gilbert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mike Gilbert" Message-ID: <1591749098.573afbb225aae002640ee8de154657ff6f62b934.floppym@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-fs/ntfs3g/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-fs/ntfs3g/ntfs3g-2017.3.23.5.ebuild X-VCS-Directories: sys-fs/ntfs3g/ X-VCS-Committer: floppym X-VCS-Committer-Name: Mike Gilbert X-VCS-Revision: 573afbb225aae002640ee8de154657ff6f62b934 X-VCS-Branch: master Date: Wed, 10 Jun 2020 00:31:40 +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: 48d9c4d6-4467-4bac-97a3-175707fee74f X-Archives-Hash: cd985cb3f10d523d9dd9b8cb4536c71d commit: 573afbb225aae002640ee8de154657ff6f62b934 Author: Mike Gilbert gentoo org> AuthorDate: Wed Jun 10 00:31:01 2020 +0000 Commit: Mike Gilbert gentoo org> CommitDate: Wed Jun 10 00:31:38 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=573afbb2 sys-fs/ntfs3g: avoid pkgcheck AbsoluteSymlink warning Signed-off-by: Mike Gilbert gentoo.org> sys-fs/ntfs3g/ntfs3g-2017.3.23.5.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-fs/ntfs3g/ntfs3g-2017.3.23.5.ebuild b/sys-fs/ntfs3g/ntfs3g-2017.3.23.5.ebuild index 329adc5f686..83e5a1f4f9c 100644 --- a/sys-fs/ntfs3g/ntfs3g-2017.3.23.5.ebuild +++ b/sys-fs/ntfs3g/ntfs3g-2017.3.23.5.ebuild @@ -72,6 +72,6 @@ src_configure() { src_install() { default use suid && fperms u+s /usr/bin/ntfs-3g - dosym "${EPREFIX}"/usr/bin/ntfs-3g /sbin/mount.ntfs + dosym mount.ntfs-3g /sbin/mount.ntfs find "${D}" -name '*.la' -type f -delete || die }