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

Re: Building .deb files for perl modules...



Le Tue, Nov 09, 1999 at 08:06:46PM -0800, Stephen Zander écrivait:
> A couple of nits:
> 
>   $(PERL) -MConfig -e 'print $$Config{installarchlib}'
> 
> is much more easily said as
> 
>   $(PERL) -V:installarchlib

Not really :
$ perl -V:installarchlib
installarchlib='/usr/lib/perl5/5.005/i386-linux';
$ perl -MConfig -e 'print $Config{installarchlib}'
/usr/lib/perl5/5.005/i386-linux

> for pure perl modules.  Playing games with INSTALL* variables in the
      ^^^^^^^^^^^^^^^^^
The problem is that the examples given should work for binary and pure
perl modules. I tried other way of giving the configuration but they
always failed in one way or in another. BTW, it's only examples, if you
find another way that does work for your package (and that does the same),
then feel free to use it.

Cheers,
-- 
Raphaël Hertzog >> 0C4CABF1 >> http://tux.u-strasbg.fr/~raphael/
<pub> CD Debian : http://tux.u-strasbg.fr/~raphael/debian/#cd </pub>


Reply to: