[Bug 65189] Missing option to xargs break built of UML-Kernel

Konstantin Seiler list at kseiler.de
Tue Oct 10 22:05:20 UTC 2006


Public bug reported:

Binary package hint: kernel-package

In /usr/share/kernel-package/rules, line 2542 an option for is missing
which causes uml-builts to fail.

xargs -0r mv {} $(UML_DIR)/ ;
has to be replaced by
xargs -0ri mv {} $(UML_DIR)/ ;

Otherwise the {}-replacement doesn't work.

** Affects: kernel-package (Ubuntu)
     Importance: Undecided
         Status: Unconfirmed

-- 
Missing option to xargs break built of UML-Kernel
https://launchpad.net/bugs/65189




More information about the kernel-bugs mailing list