commit: 02714ed030bc4bde7b44eccaf4dc027ff6ae314b Author: David Seifert <soap <AT> gentoo <DOT> org> AuthorDate: Tue Jan 20 19:49:36 2026 +0000 Commit: David Seifert <soap <AT> gentoo <DOT> org> CommitDate: Tue Jan 20 19:49:36 2026 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=02714ed0
app-editors/cursor: fix symlink Closes: https://bugs.gentoo.org/969075 Signed-off-by: David Seifert <soap <AT> gentoo.org> app-editors/cursor/{cursor-2.3.41.ebuild => cursor-2.3.41-r1.ebuild} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-editors/cursor/cursor-2.3.41.ebuild b/app-editors/cursor/cursor-2.3.41-r1.ebuild similarity index 98% rename from app-editors/cursor/cursor-2.3.41.ebuild rename to app-editors/cursor/cursor-2.3.41-r1.ebuild index d13703b6e4c9..74237c20d3bb 100644 --- a/app-editors/cursor/cursor-2.3.41.ebuild +++ b/app-editors/cursor/cursor-2.3.41-r1.ebuild @@ -92,7 +92,7 @@ src_install() { fperms 4711 /opt/cursor/chrome-sandbox pax-mark m /opt/cursor/cursor - dosym ../cursor/cursor /opt/bin/cursor + dosym ../cursor/bin/cursor /opt/bin/cursor local EXEC_EXTRA_FLAGS=() if use wayland; then
