pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/bootstrap Fix commit v 1.254
details: https://anonhg.NetBSD.org/pkgsrc/rev/4f523b948f2d
branches: trunk
changeset: 324798:4f523b948f2d
user: triaxx <triaxx%pkgsrc.org@localhost>
date: Mon Oct 29 17:41:35 2018 +0000
description:
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:
bootstrap/bootstrap | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diffs (24 lines):
diff -r 00b2cc4b1c88 -r 4f523b948f2d bootstrap/bootstrap
--- a/bootstrap/bootstrap Mon Oct 29 17:36:57 2018 +0000
+++ b/bootstrap/bootstrap Mon Oct 29 17:41:35 2018 +0000
@@ -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@localhost>
# All rights reserved.
@@ -719,9 +719,9 @@
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.
Home |
Main Index |
Thread Index |
Old Index