Appreciate very much your instructive help, Mark Now it's all clear to me and it works perfect.
I feel I didn't "explore" enough the structure of John's Phrozen SDK release. I have to work on that... Again, thanks very much. Best rgds, --Geert --- In [email protected], Mark Richards <[EMAIL PROTECTED]> wrote: > > Geert Vancompernolle wrote: > > > > > > Thanks for the info, Mark > > > > I tried already a few things (mailed them in this thread here, should > > already be there by now). Unfortunately, without success... > > > > I was not at all doing it the way you propose. > > > > However, the scripts you refer to are still a bit cryptic to me (I'm > > not a Linux and/or script expert yet, sorry). > > > > What I want in fact, is the following: > > > > In the /var directory, next to /tmp I want to have a directory called > > /domotics. > > > > With your way of working, could you show me to do this exactly, if not > > asked too much? Would help me a lot... > in packages/filesystem/makefile > add a line: > $(INSTALL) $(OWN) -m 01777 -d $(prefix)/var/tmp/domotics > > after the lines: > > $(INSTALL) $(OWN) -m 01777 -d $(prefix)/var/tmp > ln -sfn var/tmp $(prefix)/tmp > > > Make sure your editor is unix-compatible! (no carraige returns for line > endings). > > After this, run ./configure in the build directory, then make to > generate a new image. >
