On Sun, Apr 13, 2008 at 05:41:18PM +0000, Alin Nastac (mrness) wrote:
> mrness      08/04/13 17:41:18
> 
>   Modified:             ChangeLog
>   Added:                freeradius-2.0.3.ebuild
>   Log:
>   Version bump.
>   (Portage version: 2.1.4.4)

> src_install() {
>       mv "${D}/usr/share/doc/${PN}" "${D}/usr/share/doc/${PF}"
>       gzip -f -9 "${D}/usr/share/doc/${PF}"/{rfc/*.txt,*}
Doesn't this gzip command rather defeat the purpose of $PORTAGE_COMPRESS
and $PORTAGE_COMPRESS_FLAGS?

It seems this might work better:

    ecompress "${D}/usr/share/doc/${PF}"/{rfc/*.txt,*}

This way a user can opt to use bzip2,lzma, or no compression at all.
> -- 
> [EMAIL PROTECTED] mailing list
> 

Attachment: pgpsz1B3cdgOT.pgp
Description: PGP signature

Reply via email to