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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 0EA9E159C9B for ; Tue, 13 Aug 2024 14:58:06 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5A6CAE2B4B; Tue, 13 Aug 2024 14:58:05 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 3F7F5E2B4B for ; Tue, 13 Aug 2024 14:58:05 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 58EBF343026 for ; Tue, 13 Aug 2024 14:58:04 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E9D5D1ECF for ; Tue, 13 Aug 2024 14:58:02 +0000 (UTC) From: "Michal Vu" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michal Vu" Message-ID: <1723561056.7d5a0d1ceb7a5f2bcee79a96c93677f095d454a4.saigon-tech@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: x11-misc/ly/ X-VCS-Repository: repo/proj/guru X-VCS-Files: x11-misc/ly/ly-9999.ebuild X-VCS-Directories: x11-misc/ly/ X-VCS-Committer: saigon-tech X-VCS-Committer-Name: Michal Vu X-VCS-Revision: 7d5a0d1ceb7a5f2bcee79a96c93677f095d454a4 X-VCS-Branch: dev Date: Tue, 13 Aug 2024 14:58:02 +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: 5e6f2aca-7b40-4d3b-97a1-6b8614c9adcb X-Archives-Hash: a731f159f80885bd78c48eb8f5053f5e commit: 7d5a0d1ceb7a5f2bcee79a96c93677f095d454a4 Author: Michal Vu tuta io> AuthorDate: Tue Aug 13 14:57:23 2024 +0000 Commit: Michal Vu tuta io> CommitDate: Tue Aug 13 14:57:36 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=7d5a0d1c x11-misc/ly: Fixing hprefixify of nonexistent wsetup.sh and xsetup.sh files, only setup.sh is in git version Signed-off-by: Michal Vu tuta.io> x11-misc/ly/ly-9999.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x11-misc/ly/ly-9999.ebuild b/x11-misc/ly/ly-9999.ebuild index 9b84da7ce..a0a1dcdaf 100644 --- a/x11-misc/ly/ly-9999.ebuild +++ b/x11-misc/ly/ly-9999.ebuild @@ -175,7 +175,7 @@ src_unpack() { src_prepare(){ default # Adjusting absolute paths in the following files to use Gentoo's ${EPREFIX} - hprefixify "${RES}/config.ini" "${RES}/xsetup.sh" "${RES}/wsetup.sh" + hprefixify "${RES}/config.ini" "${RES}/setup.sh" } src_compile() {