[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Build problem with Courier (#327162), need help



On 9/12/05, Stefan Hornburg <racke@linuxia.de> wrote:
> Hello,
> 
> I'm not able to build Courier packages for unstable which are intended
> to fix security problems due to a curious FTBFS bug (#327162):
> 
> find /tmp/courier-0.47/debian/tmp -perm +u+x -type f | xargs chmod u+rwx,go+rx
> chmod: too few arguments
> Try `chmod --help' for more information.
> make: *** [install] Error 123

Wouldn't something like echo provide a clue about what's happening?
find /tmp/courier-0.47/debian/tmp -perm +u+x -type f
find /tmp/courier-0.47/debian/tmp -perm +u+x -type f | xargs echo u+rwx,go+rx



Reply to: