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 <saigon-tech@tuta.io>
This commit is contained in:
Michal Vu
2024-08-13 16:57:23 +02:00
parent 4c118b8f6f
commit 7d5a0d1ceb

View File

@@ -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() {