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

Tom Gundersen tomegun at archlinux.org
Thu Mar 1 23:59:08 UTC 2012


    Date: Thursday, March 1, 2012 @ 18:59:08
  Author: tomegun
Revision: 151747

do not hardcode path to chmod

Modified:
  filesystem/trunk/filesystem.install

--------------------+
 filesystem.install |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: filesystem.install
===================================================================
--- filesystem.install	2012-03-01 23:38:17 UTC (rev 151746)
+++ filesystem.install	2012-03-01 23:59:08 UTC (rev 151747)
@@ -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 && bin/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