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

Tom Gundersen tomegun at archlinux.org
Mon Dec 19 17:48:12 UTC 2011


    Date: Monday, December 19, 2011 @ 12:48:12
  Author: tomegun
Revision: 145202

add back .keep

I was a bit too optimistic thinking we would not need a new filesystem release before
pacman 4.

upgpkg: filesystem 2011.12-2

Modified:
  filesystem/trunk/PKGBUILD

----------+
 PKGBUILD |    4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2011-12-19 16:52:42 UTC (rev 145201)
+++ PKGBUILD	2011-12-19 17:48:12 UTC (rev 145202)
@@ -3,7 +3,7 @@
 
 pkgname=filesystem
 pkgver=2011.12
-pkgrel=1
+pkgrel=2
 pkgdesc='Base filesystem'
 arch=('any')
 license=('GPL')
@@ -70,6 +70,8 @@
 	# allow setgid games to write scores
 	install -d -m775 -g games ${pkgdir}/var/games
 	ln -s spool/mail ${pkgdir}/var/mail
+	# prevent pacman from removing directory (FS#16886)
+	touch ${pkgdir}/var/empty/.keep
 
 	#
 	# setup /usr hierarchy




More information about the arch-commits mailing list