[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: gnome2 experimental packages accessing the internet in postinst ?



Bastien Nocera <hadess@hadess.net> writes:

[...]

> See this hack Christian uses (and I simplified to not have a gazillion
> of backslashes ;) 

This is my actual hack without all the backslashes.

> find -name *.xml -exec perl -i -pe
> 's,http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd,/usr/share/sgml/docbook/dtd/xml/4.1.2/docbookx.dtd,' {} \; 

> That's on the content of /usr/share/gnome/help 

No, this hack should be placed before the ./configure target and applied
to all xml files, otherwise the scrollkeeper-update call in make install
will try to download DTD.

Christian



Reply to: