[Pkg-lyx-devel] patch for scripts/update-lyrc
Georg Baum
Georg.Baum at post.rwth-aachen.de
Sun May 28 16:37:15 UTC 2006
Am Sonntag, 28. Mai 2006 16:10 schrieb Sven Hoexter:
> Hi,
> Georg mentioned that we need to change the call for configure in the
> update-lyrc script.
>
> Translated into a diff it should look like this:
> --- debian/scripts/update-lyxrc (Revision 5)
> +++ debian/scripts/update-lyxrc (Arbeitskopie)
> @@ -20,7 +20,7 @@
> test -d "$1" || error "Can't find directory $1"
> touch "$1/lyxrc.defaults" || exit 1
> cd "$1" || exit 1
> - /usr/share/lyx/configure
> + python /usr/share/lyx/configure.py
> }
Note also that the --system switch is not needed anymore (the
automatically generated system wide lyxrc.defaults is gone), so it should
be removed and the manpage updated.
The system wide configuration file is now named lyxrc.dist.
These changes are for 1.4.2, not 1.4.1.
Georg
More information about the Pkg-lyx-devel
mailing list