Comment 4 for bug 15441

Revision history for this message
Debian Bug Importer (debzilla) wrote :

Message-Id: <email address hidden>
Date: Wed, 13 Apr 2005 15:14:17 +0300
From: Lars Wirzenius <email address hidden>
To: <email address hidden>
Subject: Re: tspc_2.1.1-4(mips/unstable): FTBFS with -rsudo

> 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).