diff options
author | triaxx <triaxx@pkgsrc.org> | 2018-10-29 17:41:35 +0000 |
---|---|---|
committer | triaxx <triaxx@pkgsrc.org> | 2018-10-29 17:41:35 +0000 |
commit | fe74589fbccc1a08e2cc4f7f82908a2b29e1323a (patch) | |
tree | 965a342a5e37ba13b6886747b446e668cba9929f /bootstrap | |
parent | b6161945457709168ddbb44ef0c648ec4a9a0d93 (diff) | |
download | pkgsrc-fe74589fbccc1a08e2cc4f7f82908a2b29e1323a.tar.gz |
Fix commit v 1.254
* Put indentation right to follow the existing style
* Correct wrong justification for need of pax on Arch: pax (and not PaX) is
only provided throw https://aur.archlinux.org/packages/pax/ and get low
support (currently broken)
Diffstat (limited to 'bootstrap')
-rwxr-xr-x | bootstrap/bootstrap | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/bootstrap/bootstrap b/bootstrap/bootstrap index 1af0efdd7a2..52a86fb5c32 100755 --- a/bootstrap/bootstrap +++ b/bootstrap/bootstrap @@ -1,6 +1,6 @@ #! /bin/sh -# $NetBSD: bootstrap,v 1.254 2018/10/29 15:16:32 triaxx Exp $ +# $NetBSD: bootstrap,v 1.255 2018/10/29 17:41:35 triaxx Exp $ # # Copyright (c) 2001-2011 Alistair Crooks <agc@NetBSD.org> # All rights reserved. @@ -719,9 +719,9 @@ Linux) need_sed=no fi # Arch does not provide pax anymore - if [ -f /etc/arch-release ]; then - need_pax=yes - fi + if [ -f /etc/arch-release ]; then + need_pax=yes + fi set_opsys=no machine_arch=`uname -m` # Override machine_arch where required. |