On Sat, 08 Aug 2009 19:14:42 +0200 A Mennucc <[email protected]> wrote:
> test -r /usr/share/misc/config.sub -a \
> config.sub -ot /usr/share/misc/config.sub && \
> cp -vf /usr/share/misc/config.sub config.sub || true
> test -r /usr/share/misc/config.guess -a \
> config.guess -ot /usr/share/misc/config.guess && \
> cp -vf /usr/share/misc/config.guess config.guess || true
>
> for some reasons this is not triggering .... I will investigate
This checks the mtimes of the files, which is flawed since the
config.{guess,sub} files in the package don't have mtimes that reflect
their age.
Regards,
Bradley Smith
--
Bradley Smith [email protected]
Debian GNU/Linux Developer [email protected]
GPG: 0xC718D347 D201 7274 2FE1 A92A C45C EFAB 8F70 629A C718 D347
signature.asc
Description: PGP signature

