Skip to content

Commit

Permalink
x11-misc/ly: Fixing hprefixify of nonexistent wsetup.sh and xsetup.sh…
Browse files Browse the repository at this point in the history
… files, only setup.sh is in git version

Signed-off-by: Michal Vu <[email protected]>
  • Loading branch information
Michal Vu committed Aug 13, 2024
1 parent 4c118b8 commit 7d5a0d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x11-misc/ly/ly-9999.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -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() {
Expand Down

0 comments on commit 7d5a0d1

Please sign in to comment.