Package: kernel-package
Version: 9.001
It looks like you might be missing a -i in the xargs call...
Thanks for the extremely useful package.
--- /usr/share/kernel-package/rules~ 2005-06-13 01:38:01.000000000 -0500
+++ /usr/share/kernel-package/rules 2005-07-15 01:20:55.000000000 -0500
@@ -2519,7 +2519,7 @@
else
if [ -d $(INSTALL_MOD_PATH)/lib/modules ] ; then \
find $(INSTALL_MOD_PATH)/lib/modules/ -type f -print0 | \
- xargs -0r mv {} $(UML_DIR)/ ; \
+ xargs -0ri mv {} $(UML_DIR)/ ; \
fi
rm -rf $(INSTALL_MOD_PATH)/lib
endif
--
Rob Browning
rlb @defaultvalue.org and @debian.org; previously @cs.utexas.edu
GPG starting 2002-11-03 = 14DD 432F AE39 534D B592 F9A0 25C8 D377 8C7E 73A4
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]