On 2004-09-01, Joshua Y. Stabiner <[EMAIL PROTECTED]> wrote:
> Anytime I do a make-kpkg with modules as the target
> (modules_image, modules, modules_config, modules_clean ete.)
> I get the following output (and no .deb file):
>
> for module in ; do \
This line should say:
Anytime I do a make-kpkg with modules as the target
(modules_image, modules, modules_config, modules_clean ete.)
I get the following output (and no .deb file):
for module in ; do \
if test -d $module; then
\
(cd $module;
Hello,
I have been using make-kpkg for a long time for compiling kernels and
making deb packages. Yesterday when I made a deb package, I got a deb
package
kernel-image-..._1.00.deb instead of kernel-image-2.2.12_1.00.deb
I upgraded kernel-package from the unstable tree but it did not help.
3 matches
Mail list logo