Hi Leslie Turriff via tde-users,
Anyway, once I'm in /usr/local, creating
symbolic links is
straightforward: the command format > is ln -s <target> <link>; so in
his case, | ln -s /usr/local/lib/icecat/icecat-bin
/usr/local/bin |
/usr/local/lib/icecat/icecat-bin is a file, right?
/usr/local/bin is a directory, right?
Linking a directory upon a file seems no good idea IMHO.
Regards, Peter.
_______________________________________________
tde-users mailing list -- users(a)trinitydesktop.org
To unsubscribe send an email to users-leave(a)trinitydesktop.org
Web mail archive available at
https://mail.trinitydesktop.org/mailman3/hyperkitty/list/users@trinitydeskt
op.org
Yeah. I don't know how I came to do that. (?) What I should have done was
| cd /usr/local/bin
| ln -s ../icecat/icecat icecat
which works just fine.