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 A56F6139335 for ; Tue, 29 Jun 2021 04:58:01 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5ACEEE08A0; Tue, 29 Jun 2021 04:58:00 +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 15A6AE08A0 for ; Tue, 29 Jun 2021 04:58:00 +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 0DA88335D52 for ; Tue, 29 Jun 2021 04:57:59 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 79F2D7BD for ; Tue, 29 Jun 2021 04:57:57 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1624942650.f783224cd652a8defaf33c6deaf2bee6a5f13536.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/tigervnc/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-misc/tigervnc/tigervnc-1.9.0-r2.ebuild X-VCS-Directories: net-misc/tigervnc/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: f783224cd652a8defaf33c6deaf2bee6a5f13536 X-VCS-Branch: master Date: Tue, 29 Jun 2021 04:57:57 +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: a5a4cceb-d3e8-42ce-827b-8fa23d95889d X-Archives-Hash: c4ea2b5de82a820ed079ff38338365a7 commit: f783224cd652a8defaf33c6deaf2bee6a5f13536 Author: Sam James gentoo org> AuthorDate: Tue Jun 29 04:57:30 2021 +0000 Commit: Sam James gentoo org> CommitDate: Tue Jun 29 04:57:30 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f783224c net-misc/tigervnc: fix UnnecessarySlashStrip Signed-off-by: Sam James gentoo.org> net-misc/tigervnc/tigervnc-1.9.0-r2.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net-misc/tigervnc/tigervnc-1.9.0-r2.ebuild b/net-misc/tigervnc/tigervnc-1.9.0-r2.ebuild index cf6b7e952c9..35e3507950d 100644 --- a/net-misc/tigervnc/tigervnc-1.9.0-r2.ebuild +++ b/net-misc/tigervnc/tigervnc-1.9.0-r2.ebuild @@ -168,9 +168,9 @@ src_install() { if use server ; then emake -C unix/xserver/hw/vnc DESTDIR="${D}" install if ! use xorgmodule; then - rm -rv "${ED%/}"/usr/$(get_libdir)/xorg || die + rm -rv "${ED}"/usr/$(get_libdir)/xorg || die else - rm -v "${ED%/}"/usr/$(get_libdir)/xorg/modules/extensions/libvnc.la || die + rm -v "${ED}"/usr/$(get_libdir)/xorg/modules/extensions/libvnc.la || die fi newconfd "${FILESDIR}"/${PN}.confd ${PN}