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

Pierre Schmitz pierre at archlinux.org
Tue Dec 14 07:09:05 UTC 2010


    Date: Tuesday, December 14, 2010 @ 02:09:05
  Author: pierre
Revision: 103015

don't check if profiles are executable; FS#22036

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

----------+
 PKGBUILD |    6 +++---
 profile  |    2 +-
 2 files changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2010-12-14 02:22:34 UTC (rev 103014)
+++ PKGBUILD	2010-12-14 07:09:05 UTC (rev 103015)
@@ -2,8 +2,8 @@
 # Maintainer: Pierre Schmitz <pierre at archlinux.de>
 
 pkgname=filesystem
-pkgver=2010.11
-pkgrel=2
+pkgver=2010.12
+pkgrel=1
 pkgdesc='Base filesystem'
 arch=('any')
 license=('GPL')
@@ -32,7 +32,7 @@
          '6f48288b6fcaf0065fcb7b0e525413e0'
          '40dac0de4c6b99c8ca97effbd7527c84'
          '59768b5f4080b96b67bcde5f66984ad5'
-         'b55da6e033dc714c21aebdb569c7444d'
+         '51ac5c337236235bf8fe85a9b07b6db1'
          '8098ffd9fbf890468d3198277596b85a')
 
 package() {

Modified: profile
===================================================================
--- profile	2010-12-14 02:22:34 UTC (rev 103014)
+++ profile	2010-12-14 07:09:05 UTC (rev 103015)
@@ -10,7 +10,7 @@
 # Load profiles from /etc/profile.d
 if test -d /etc/profile.d/; then
 	for profile in /etc/profile.d/*.sh; do
-		test -x $profile && . $profile
+		test -r $profile && . $profile
 	done
 	unset profile
 fi




More information about the arch-commits mailing list