Hi Harald,

thanks for you bug report!

Am Samstag, den 03.10.2009, 14:51 +0200 schrieb Harald Dunkel:
> The other example using find doesn't work, either:
> 
>       % find -type f . -print0 | findimagedupes -0 -- -
>       find: paths must precede expression: .
>       Usage: find [-H] [-L] [-P] [-Olevel] [-D 
> help|tree|search|stat|rates|opt|exec] [path...] [expression]
>       Couldn't make directory path 
> '/usr/lib/findimagedupes/build/findimagedupes'.
>       
>        at /usr/bin/findimagedupes line 0
> 

This is problem with the usage of find. It's supposed to be

% find . -type f -print0 | findimagedupes -0 -- -

This fails on my box as well with the error message of the first example
reported, however. I'll check what goes wrong.

Best regards
Manuel




-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to