[EMAIL PROTECTED] wrote:
[...]
> ----
> diff --git a/packages/sys-devel/binutils/binutils-2.18-r2.exheres-0 
> b/packages/sys-devel/binutils/binutils-2.18-r2.exheres-0
> index a62b960..5d3f775 100644
> --- a/packages/sys-devel/binutils/binutils-2.18-r2.exheres-0
> +++ b/packages/sys-devel/binutils/binutils-2.18-r2.exheres-0
> @@ -24,19 +24,20 @@ src_install() {
>      mkdir -p "${D}/etc/env.d/binutils"
>  
>      insinto /etc/env.d/binutils
> -    cat <<EOF > binutils.env
> -TARGET="${CHOST}"
> -VER="${PV}"
> -LIBPATH="/usr/lib/binutils/${CHOST}-${PV}"
> -FAKE_TARGETS="${CHOST}"
> -EOF
> +    cat <<-"    EOF" > binutils.env
> +    TARGET="${CHOST}"
> +    VER="${PV}"
> +    LIBPATH="/usr/lib/binutils/${CHOST}-${PV}"
> +    FAKE_TARGETS="${CHOST}"
> +    EOF
[...]

Doesn't this create blanks at each line of binutils.env?

IMO the old version was better, because the file in the filesystem looks
cleaner.

Regards,

-markus

Attachment: pgpsepRqiuV9J.pgp
Description: PGP signature

_______________________________________________
Exherbo-dev mailing list
[email protected]
http://lists.exherbo.org/mailman/listinfo/exherbo-dev

Reply via email to