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

Dave Reisner dreisner at archlinux.org
Wed Jun 6 10:14:15 UTC 2012


    Date: Wednesday, June 6, 2012 @ 06:14:15
  Author: dreisner
Revision: 160797

upgpkg: filesystem 2012.6-2

- remove chown'ing of var/run

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

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2012-06-06 02:47:05 UTC (rev 160796)
+++ PKGBUILD	2012-06-06 10:14:15 UTC (rev 160797)
@@ -3,7 +3,7 @@
 
 pkgname=filesystem
 pkgver=2012.6
-pkgrel=1
+pkgrel=2
 pkgdesc='Base filesystem'
 arch=('any')
 license=('GPL')

Modified: filesystem.install
===================================================================
--- filesystem.install	2012-06-06 02:47:05 UTC (rev 160796)
+++ filesystem.install	2012-06-06 10:14:15 UTC (rev 160797)
@@ -1,7 +1,7 @@
 post_install() {
 	[ -f var/log/lastlog ] ||   : >var/log/lastlog
 	[ -f var/log/wtmp ]    ||   : >var/log/wtmp
-  [ -f var/log/btmp ]    || { : >var/log/btmp && chmod 600 var/log/btmp; }
+	[ -f var/log/btmp ]    || { : >var/log/btmp && chmod 600 var/log/btmp; }
 	# workaround for bug #7194
 	# readded due to bug #9465
 	# please do not remove!




More information about the arch-commits mailing list