Re: native vs emulated configuration
Johannes Schauer <[email protected]>
| Newsgroups | gmane.linux.debian.devel.embedded |
|---|---|
| Message-ID | <20110709094823.GA14732@hoothoot> |
Hi, On Sat, Jul 09, 2011 at 10:34:27AM +0100, Neil Williams wrote: > Johannes Schauer <[email protected]> wrote: > > It is because of fakechroot. A symlink you create like this: > > > > sudo chroot mychroot ln -s /foo bar > > Have you tried: > > ln s /foo ./bar > or > ln -s ./foo ./bar Those were just examples. I was talking about all the symlinks that get created by the configuration step and I wanted to point out that every script, creating absolute symlinks will have this behavior. It is not about me creating one single symlink. Also, relative symlinks dont have this behavior in fakechroot. cheers, josch