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 0A3E613933E for ; Tue, 6 Jul 2021 12:10:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 373BDE0BD3; Tue, 6 Jul 2021 12:10:56 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 A1389E0BD3 for ; Tue, 6 Jul 2021 12:10:54 +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 B5086342B69 for ; Tue, 6 Jul 2021 12:10:53 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 19BF278A for ; Tue, 6 Jul 2021 12:10:52 +0000 (UTC) From: "Marco Scardovi" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Marco Scardovi" Message-ID: <1625573444.422a85b067997d72ec75be6984ca70521af02a64.marco@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: x11-terms/tabby-bin/ X-VCS-Repository: repo/proj/guru X-VCS-Files: x11-terms/tabby-bin/tabby-bin-1.0.144.ebuild X-VCS-Directories: x11-terms/tabby-bin/ X-VCS-Committer: marco X-VCS-Committer-Name: Marco Scardovi X-VCS-Revision: 422a85b067997d72ec75be6984ca70521af02a64 X-VCS-Branch: dev Date: Tue, 6 Jul 2021 12:10:52 +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: dd921cb5-0424-4d5b-8041-770ef77353e5 X-Archives-Hash: 16fc6d2ba7b6da04b43031e5d90a79b1 commit: 422a85b067997d72ec75be6984ca70521af02a64 Author: Marco Scardovi scardovi com> AuthorDate: Tue Jul 6 12:10:19 2021 +0000 Commit: Marco Scardovi scardovi com> CommitDate: Tue Jul 6 12:10:44 2021 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=422a85b0 x11-terms/tabby-bin: fix fperms error Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Marco Scardovi scardovi.com> x11-terms/tabby-bin/tabby-bin-1.0.144.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/x11-terms/tabby-bin/tabby-bin-1.0.144.ebuild b/x11-terms/tabby-bin/tabby-bin-1.0.144.ebuild index 43cbcc09f..f9ce65f30 100644 --- a/x11-terms/tabby-bin/tabby-bin-1.0.144.ebuild +++ b/x11-terms/tabby-bin/tabby-bin-1.0.144.ebuild @@ -49,8 +49,8 @@ src_prepare(){ src_install(){ insinto /opt/"${PN}" doins -r "${S}"/* - dosym ../../opt/"${PN}"/"${PN}" "${EPREFIX}"/usr/bin/"${PN}" - fperms +x /opt/"${PN}"/"${PN}" + dosym ../../opt/"${PN}"/tabby "${EPREFIX}"/usr/bin/tabby + fperms +x /opt/"${PN}"/tabby make_desktop_entry "/opt/${PN}/tabby %U" "Tabby" "tabby" \ "GNOME;GTK;Utility;" \ "GenericName=Tabby\n\nStartupNotify=true\nStartupWMClass=tabby"