pkgsrc-Changes archive

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

Re: CVS commit: pkgsrc/bootstrap



* On 2018-10-29 at 15:16 GMT, Frédéric Fauberteau wrote:

> Module Name:  pkgsrc
> Committed By: triaxx
> Date:         Mon Oct 29 15:16:32 UTC 2018
> 
> Modified Files:
>       pkgsrc/bootstrap: bootstrap
> 
> Log Message:
> Arch Linux does not provide pax anymore
> 
> https://lists.archlinux.org/pipermail/arch-general/2017-April/043604.html

That's PaX, not pax.

> @@ -718,6 +718,10 @@ Linux)
>               need_awk=no
>               need_sed=no
>       fi
> +  # Arch does not provide pax anymore
> +  if [ -f /etc/arch-release ]; then
> +    need_pax=yes
> +  fi
>       set_opsys=no
>       machine_arch=`uname -m`
>       # Override machine_arch where required.

Be careful to follow the existing style.

-- 
Jonathan Perkin  -  Joyent, Inc.  -  www.joyent.com



Home | Main Index | Thread Index | Old Index