[arch-commits] CVS update of arch/build/base/filesystem (PKGBUILD filesystem.install)

Tobias Powalowski tpowa at archlinux.org
Sat May 19 17:21:12 UTC 2007


    Date: Saturday, May 19, 2007 @ 13:21:12
  Author: tpowa
    Path: /home/cvs-arch/arch/build/base/filesystem

Modified: PKGBUILD (1.82 -> 1.83) filesystem.install (1.13 -> 1.14)

'upgpkg: fixed /var /tmp permission'


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


Index: arch/build/base/filesystem/PKGBUILD
diff -u arch/build/base/filesystem/PKGBUILD:1.82 arch/build/base/filesystem/PKGBUILD:1.83
--- arch/build/base/filesystem/PKGBUILD:1.82	Sun May 13 09:39:27 2007
+++ arch/build/base/filesystem/PKGBUILD	Sat May 19 13:21:12 2007
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD,v 1.82 2007/05/13 13:39:27 thomas Exp $
+# $Id: PKGBUILD,v 1.83 2007/05/19 17:21:12 tpowa Exp $
 # Maintainer: judd <jvinet at zeroflux.org>
 
 pkgname=filesystem
 # TODO snapshot version? 2007.05 ?
 pkgver=0.8
-pkgrel=7
+pkgrel=8
 pkgdesc="Base filesystem"
 arch=(i686 x86_64)
 license=('GPL')
Index: arch/build/base/filesystem/filesystem.install
diff -u arch/build/base/filesystem/filesystem.install:1.13 arch/build/base/filesystem/filesystem.install:1.14
--- arch/build/base/filesystem/filesystem.install:1.13	Sun Apr 22 14:42:48 2007
+++ arch/build/base/filesystem/filesystem.install	Sat May 19 13:21:12 2007
@@ -7,6 +7,8 @@
 
   [ -f root/.bashrc ]       || cp etc/skel/.bashrc root/
   [ -f root/.bash_profile ] || cp etc/skel/.bash_profile root/
+  # workaround for bug #7194
+  chmod 1777 var/spool/mail tmp var/tmp
 }
 
 # arg 1:  the new package version




More information about the arch-commits mailing list