Denis Barbier <[EMAIL PROTECTED]> wrote:
>from http://people.debian.org/~bod/perl-policy/ch-module_packages.html 
>   3.3 Vendor Installation
>                
>      A module should use the following lines in the debian/rules build
>      target:
>        perl Makefile.PL INSTALLDIRS=vendor
>        $(MAKE) OPTIMIZE="-O2 -g -Wall"
>
>But... on ftp-master.debian.org, i ran
>   [EMAIL PROTECTED]:~$ find /org/ftp.debian.org/ftp/pool/main -name \
>     \*.diff.gz -exec grep -l INSTALLDIRS=vendor {} \;
>   [EMAIL PROTECTED]:~$ 
>
>Did i miss something?

Did you mean zgrep? :) BTW, piping to xargs instead of using -exec will
probably be a lot faster.

Cheers,

-- 
Colin Watson                                     [EMAIL PROTECTED]

Reply via email to