From 7d5a0d1ceb7a5f2bcee79a96c93677f095d454a4 Mon Sep 17 00:00:00 2001 From: Michal Vu Date: Tue, 13 Aug 2024 16:57:23 +0200 Subject: [PATCH] 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 --- 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 9b84da7ce4..a0a1dcdafe 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() {