commit: 9feef393e839b8869852612de81169817a5244d4 Author: Ben Kohler <bkohler <AT> gentoo <DOT> org> AuthorDate: Wed Jun 25 13:58:03 2025 +0000 Commit: Ben Kohler <bkohler <AT> gentoo <DOT> org> CommitDate: Wed Jun 25 13:58:57 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9feef393
net-misc/dropbox: adjust homedir symlink instructions This is still not ideal since the link only works until next autoupdate, but at least it works temporarily. Bug: https://bugs.gentoo.org/958999 Signed-off-by: Ben Kohler <bkohler <AT> gentoo.org> net-misc/dropbox/dropbox-227.4.4774.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net-misc/dropbox/dropbox-227.4.4774.ebuild b/net-misc/dropbox/dropbox-227.4.4774.ebuild index 270b7f77a1ad..e3db82a96f1f 100644 --- a/net-misc/dropbox/dropbox-227.4.4774.ebuild +++ b/net-misc/dropbox/dropbox-227.4.4774.ebuild @@ -116,8 +116,8 @@ pkg_postinst() { einfo "If you do allow dropbox to update/install to your user homedir, you" einfo " will need to create some compat symlinks to keep the tray icon working:" einfo "" - einfo "ln -sf /usr/$(get_libdir)/libayatana-appindicator3.so.1 ~/.dropbox-dist/libappindicator3.so.1" - einfo "ln -sf libappindicator3.so.1 ~/.dropbox-dist/libappindicator3.so" + einfo "ln -sf /usr/$(get_libdir)/libayatana-appindicator3.so.1 ~/.dropbox-dist/dropbox-lnx.*/libappindicator3.so.1" + einfo "ln -sf libappindicator3.so.1 ~/.dropbox-dist/dropbox-lnx.*/libappindicator3.so" if has_version gnome-base/gnome-shell; then if ! has_version gnome-extra/gnome-shell-extension-appindicator; then
