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

Dave Reisner dreisner at archlinux.org
Tue Jun 5 10:09:39 UTC 2012


    Date: Tuesday, June 5, 2012 @ 06:09:39
  Author: dreisner
Revision: 160771

fix syntax error

Modified:
  filesystem/trunk/filesystem.install

--------------------+
 filesystem.install |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: filesystem.install
===================================================================
--- filesystem.install	2012-06-05 10:07:09 UTC (rev 160770)
+++ filesystem.install	2012-06-05 10:09:39 UTC (rev 160771)
@@ -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/lastlog ] ||   : >var/log/lastlog
+	[ -f var/log/wtmp ]    ||   : >var/log/wtmp
+  [ -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