Perhaps this patch fixes the problem? The lilo package consist of shell scripts, and platform dependend binaries. But it will only work on platforms where lilo is available.
Index: debian/rules =================================================================== RCS file: /cvs/debian-boot/debian-installer/tools/lilo-installer/debian/rules,v retrieving revision 1.3 diff -u -3 -p -u -r1.3 rules --- debian/rules 20 Jun 2002 15:33:55 -0000 1.3 +++ debian/rules 15 Mar 2003 10:50:37 -0000 @@ -46,7 +46,10 @@ binary-indep: build install dh_builddeb --filename=$(FILENAME) # Build architecture-dependent files here. -binary-arch: build install +# (The package implementation is platform independant, but will only work +# on platforms with lilo available. Thus it is built in target +# 'binary-indep', and target 'binary-arch' is just an alias.) +binary-arch: build install binary-indep binary: binary-indep binary-arch -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]