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

Pierre Schmitz pierre at archlinux.org
Sat Feb 13 02:41:05 UTC 2010


    Date: Friday, February 12, 2010 @ 21:41:04
  Author: pierre
Revision: 68522

upgpkg: filesystem 2010.02-2
update ld.so.conf include path on upgrade

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

--------------------+
 PKGBUILD           |    2 +-
 filesystem.install |    3 +++
 2 files changed, 4 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2010-02-13 02:02:20 UTC (rev 68521)
+++ PKGBUILD	2010-02-13 02:41:04 UTC (rev 68522)
@@ -4,7 +4,7 @@
 
 pkgname=filesystem
 pkgver=2010.02
-pkgrel=1
+pkgrel=2
 pkgdesc="Base filesystem"
 arch=('any')
 license=('GPL')

Modified: filesystem.install
===================================================================
--- filesystem.install	2010-02-13 02:02:20 UTC (rev 68521)
+++ filesystem.install	2010-02-13 02:41:04 UTC (rev 68522)
@@ -61,4 +61,7 @@
     echo "adding new group: rfkill"
     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 \
+    || echo 'include /etc/ld.so.conf.d/*.conf' >> etc/ld.so.conf
 }




More information about the arch-commits mailing list