[arch-commits] Commit in filesystem/trunk (3 files)

Sébastien Luttringer seblu at archlinux.org
Mon Dec 5 23:47:36 UTC 2016


    Date: Monday, December 5, 2016 @ 23:47:36
  Author: seblu
Revision: 282858

upgpkg: filesystem 2016.12-2

- rollback usr/local changes

Modified:
  filesystem/trunk/PKGBUILD
  filesystem/trunk/profile
Deleted:
  filesystem/trunk/modprobe.d.usb-load-ehci-first

--------------------------------+
 PKGBUILD                       |   12 ++++++++++--
 modprobe.d.usb-load-ehci-first |    2 --
 profile                        |    2 +-
 3 files changed, 11 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-12-05 22:14:19 UTC (rev 282857)
+++ PKGBUILD	2016-12-05 23:47:36 UTC (rev 282858)
@@ -4,7 +4,7 @@
 
 pkgname=filesystem
 pkgver=2016.12
-pkgrel=1
+pkgrel=2
 pkgdesc='Base Arch Linux files'
 arch=('i686' 'x86_64')
 license=('GPL')
@@ -35,7 +35,7 @@
          '6f48288b6fcaf0065fcb7b0e525413e0'
          '22518e922891f9359f971f4f5b4e793c'
          '69e460404f45bdb7288d1de662e56dd9'
-         '6c11d5af3bf8c770766e77312e7bd07f'
+         'cfa3345c485c59e681ab39a44dc7ece1'
          '2e193c4a37245f2323ebe87f1a673563'
          '71ed98c52e11ada1f936ac8cb14eecd9')
 
@@ -143,4 +143,12 @@
 	# install archlinux(7) manpage
 	#
 	install -D -m644 "$srcdir"/archlinux.7 usr/share/man/man7/archlinux.7
+
+	#
+	# setup /usr/local hierarchy
+	#
+	for d in bin etc games include lib man sbin share src; do
+		install -d -m755 usr/local/$d
+	done
+	ln -s ../man usr/local/share/man
 }

Deleted: modprobe.d.usb-load-ehci-first
===================================================================
--- modprobe.d.usb-load-ehci-first	2016-12-05 22:14:19 UTC (rev 282857)
+++ modprobe.d.usb-load-ehci-first	2016-12-05 23:47:36 UTC (rev 282858)
@@ -1,2 +0,0 @@
-softdep ohci_hcd pre: ehci_hcd
-softdep uhci_hcd pre: ehci_hcd

Modified: profile
===================================================================
--- profile	2016-12-05 22:14:19 UTC (rev 282857)
+++ profile	2016-12-05 23:47:36 UTC (rev 282858)
@@ -4,7 +4,7 @@
 umask 022
 
 # Set our default path
-PATH="/usr/local/bin:/usr/bin"
+PATH="/usr/local/sbin:/usr/local/bin:/usr/bin"
 export PATH
 
 # Load profiles from /etc/profile.d



More information about the arch-commits mailing list