pkgsrc-Changes archive

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

CVS commit: pkgsrc/bootstrap



Module Name:    pkgsrc
Committed By:   triaxx
Date:           Mon Oct 29 17:41:35 UTC 2018

Modified Files:
        pkgsrc/bootstrap: bootstrap

Log Message:
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)


To generate a diff of this commit:
cvs rdiff -u -r1.254 -r1.255 pkgsrc/bootstrap/bootstrap

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/bootstrap/bootstrap
diff -u pkgsrc/bootstrap/bootstrap:1.254 pkgsrc/bootstrap/bootstrap:1.255
--- pkgsrc/bootstrap/bootstrap:1.254    Mon Oct 29 15:16:32 2018
+++ pkgsrc/bootstrap/bootstrap  Mon Oct 29 17:41:35 2018
@@ -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 @@ 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.



Home | Main Index | Thread Index | Old Index