> 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).
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

