[Pkg-lyx-devel] Bug#334049: Failing to update config.sub at runtime (typo).

Rob Weir rweir at ertius.org
Sat Oct 15 08:55:56 UTC 2005


Package: lyx
Verison: 1.3.6-1
Tags: patch, pending, confirmed

from debian/rules:

ifneq "$(wildcard /usr/share/misc/config.sub)" ""
       cp config/config.sub config/config.sub.backup
       cp -f /usr/share/misc/config.sub config.sub
endif
ifneq "$(wildcard /usr/share/misc/config.guess)" ""
       cp config/config.guess config/config.guess.backup
       cp -f /usr/share/misc/config.guess config/config.guess
endif

Note that the first cp -f updates ./config.sub instead of
config/config.sub, oops.

-rob




More information about the Pkg-lyx-devel mailing list