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

Pierre Schmitz pierre at archlinux.org
Sun Feb 14 09:19:20 UTC 2010


    Date: Sunday, February 14, 2010 @ 04:19:20
  Author: pierre
Revision: 68718

remove non-safe regexp

Somehow \s* matches differently when using a non-utf8 locale

Modified:
  filesystem/trunk/PKGBUILD
  filesystem/trunk/filesystem.install

--------------------+
 PKGBUILD           |    2 +-
 filesystem.install |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2010-02-14 08:08:09 UTC (rev 68717)
+++ PKGBUILD	2010-02-14 09:19:20 UTC (rev 68718)
@@ -4,7 +4,7 @@
 
 pkgname=filesystem
 pkgver=2010.02
-pkgrel=2
+pkgrel=3
 pkgdesc="Base filesystem"
 arch=('any')
 license=('GPL')

Modified: filesystem.install
===================================================================
--- filesystem.install	2010-02-14 08:08:09 UTC (rev 68717)
+++ filesystem.install	2010-02-14 09:19:20 UTC (rev 68718)
@@ -62,6 +62,6 @@
     usr/sbin/groupadd -g 24 rfkill >/dev/null
   fi
 
-  grep -q '^\s*include\s*/etc/ld.so.conf.d/\*.conf\s*$' etc/ld.so.conf \
+  grep -q '^include /etc/ld.so.conf.d/\*.conf$' etc/ld.so.conf \
     || echo 'include /etc/ld.so.conf.d/*.conf' >> etc/ld.so.conf
 }




More information about the arch-commits mailing list