Comment 3 for bug 15441

Revision history for this message
In , Lars Wirzenius (liw-iki) wrote :

> In this case, you're creating the bin directory in the clean target.

debian/rules contains this:

clean::
        rm -rf bin/*
        debconf-updatepo

By remove the "/*" from the rm command line, the build works (on i386,
didn't try under mips; I did verify that the build problem was
reproducible on i386 first, though).