[arch-commits] Commit in filesystem/trunk (PKGBUILD profile)

Tom Gundersen tomegun at nymeria.archlinux.org
Fri May 31 18:43:36 UTC 2013


    Date: Friday, May 31, 2013 @ 20:43:36
  Author: tomegun
Revision: 186911

upgpkg: filesystem 2013.05-2

update PATH

This removes redundant entires due to the newly introduced symlinks
and also reorders the entries to follow the system-wide PATH set by
systemd.

Modified:
  filesystem/trunk/PKGBUILD
  filesystem/trunk/profile

----------+
 PKGBUILD |   42 +++++++++++++++++++++---------------------
 profile  |    2 +-
 2 files changed, 22 insertions(+), 22 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-05-31 18:41:51 UTC (rev 186910)
+++ PKGBUILD	2013-05-31 18:43:36 UTC (rev 186911)
@@ -3,7 +3,7 @@
 
 pkgname=filesystem
 pkgver=2013.05
-pkgrel=1
+pkgrel=2
 pkgdesc='Base filesystem'
 arch=('i686' 'x86_64')
 license=('GPL')
@@ -19,26 +19,6 @@
         'passwd' 'shadow' 'fstab' 'crypttab' 'hosts' 'motd' 'os-release' 'resolv.conf'
         'shells' 'gshadow' 'profile' 'modprobe.d.usb-load-ehci-first' 'archlinux.7.txt'
         'locale.sh')
-md5sums=('7b8e40f8f793e60f471511641bb1c9f2'
-         '7813c481156f6b280a3ba91fc6236368'
-         '9e4533df61f0c82d6b2e2371f7376282'
-         '4c4540eeb748bf1f71d631b8c1dcf0b3'
-         'f28150d4c0b22a017be51b9f7f9977ed'
-         '6e488ffecc8ba142c0cf7e2d7aeb832e'
-         '1cfd310dff0804a7d21958487c32a3b1'
-         '2ef2429c2c98d0883906aa6f5363be80'
-         '693c97f2c9a519bb97a17008e92c2b74'
-         '1745349eb24ed21b4cfaa6f423bddb76'
-         '7bc65f234dfb6abf24e7c3b03e86f4ff'
-         'd41d8cd98f00b204e9800998ecf8427e'
-         'b16a4674ccf3a932ff34c6c8393a4f33'
-         '6f48288b6fcaf0065fcb7b0e525413e0'
-         '22518e922891f9359f971f4f5b4e793c'
-         'f45389e116ab0b9e9968287617d27c7d'
-         'f3b6ae7db8adffaaa4bffc6099dcbd50'
-         'a8a962370cd0128465d514e6a1f74130'
-         '2e193c4a37245f2323ebe87f1a673563'
-         '3807d07215d9116331fe1cf8feeaa0f8')
 
 build() {
 	cd ${srcdir}
@@ -124,3 +104,23 @@
 	done
 	ln -s ../man usr/local/share/man
 }
+md5sums=('7b8e40f8f793e60f471511641bb1c9f2'
+         '7813c481156f6b280a3ba91fc6236368'
+         '9e4533df61f0c82d6b2e2371f7376282'
+         '4c4540eeb748bf1f71d631b8c1dcf0b3'
+         'f28150d4c0b22a017be51b9f7f9977ed'
+         '6e488ffecc8ba142c0cf7e2d7aeb832e'
+         '1cfd310dff0804a7d21958487c32a3b1'
+         '2ef2429c2c98d0883906aa6f5363be80'
+         '693c97f2c9a519bb97a17008e92c2b74'
+         '1745349eb24ed21b4cfaa6f423bddb76'
+         '7bc65f234dfb6abf24e7c3b03e86f4ff'
+         'd41d8cd98f00b204e9800998ecf8427e'
+         'b16a4674ccf3a932ff34c6c8393a4f33'
+         '6f48288b6fcaf0065fcb7b0e525413e0'
+         '22518e922891f9359f971f4f5b4e793c'
+         'f45389e116ab0b9e9968287617d27c7d'
+         '0b6f835598c7640184e476057b3c7722'
+         'a8a962370cd0128465d514e6a1f74130'
+         '2e193c4a37245f2323ebe87f1a673563'
+         '3807d07215d9116331fe1cf8feeaa0f8')

Modified: profile
===================================================================
--- profile	2013-05-31 18:41:51 UTC (rev 186910)
+++ profile	2013-05-31 18:43:36 UTC (rev 186911)
@@ -4,7 +4,7 @@
 umask 022
 
 # Set our default path
-PATH="/usr/local/bin:/usr/bin:/bin:/usr/local/sbin:/usr/sbin:/sbin"
+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