Aurelien Jarno:
> > I have workarounded this bug in sdcc by running in debian/rules:
> > 
> >     mkdir -p ~/.lyx && cd ~/.lyx && /usr/share/lyx/configure.py
> 
> Actually this does not work, because it seems to be forbidden to create
> files in the home directory of a build daemon.
> 
> That would also mean that the solution to generate this file at runtime,
> as you suggested, won't work. 

Hmm. I think the best solution is if we add

(cd /usr/share/lyx && ./configure.py)

to lyx-common's postinst script. This simply restores the old
behaviour and it seems to work well enough.

-- 
Pelle


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to