[gobolinux-users] Compile KDE-Base fails (again) in Rootless: "apps/dcopidlng/kalyptus": No such file or directory
mpb
mpb.mail at gmail.com
Tue Mar 6 03:53:13 UTC 2007
On 3/6/07, mpb <mpb.mail at gmail.com> wrote:
> It looks like bin, sbin, lib and every other directory except for
> Shared are passed to link_directory as ~/Programs/Emacs/Current/<dir>
> (where Current is, of course, a link). But Shared is just 'Shared'
> (with no path and therefore not a link). Looks like a bug to me.
Replying to my own mail. In SymlinkProgram:
link_directory "Shared" "$goboShared"
Should be the following?
link_directory "$current/Shared" "$goboShared"
-mpb
More information about the gobolinux-users
mailing list