public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] baselayout r3197 - trunk
@ 2011-09-28  4:13 Mike Frysinger (vapier)
  0 siblings, 0 replies; only message in thread
From: Mike Frysinger (vapier) @ 2011-09-28  4:13 UTC (permalink / raw
  To: gentoo-commits

Author: vapier
Date: 2011-09-28 04:13:57 +0000 (Wed, 28 Sep 2011)
New Revision: 3197

Modified:
   trunk/Makefile
Log:
make sure /var/lock is g+w #377251 by Malte Starostik

Modified: trunk/Makefile
===================================================================
--- trunk/Makefile	2011-07-03 06:47:05 UTC (rev 3196)
+++ trunk/Makefile	2011-09-28 04:13:57 UTC (rev 3197)
@@ -74,6 +74,7 @@
 	install -m 1777 -d $(DESTDIR)/tmp
 	touch $(DESTDIR)/tmp/.keep
 	-chgrp uucp $(DESTDIR)/var/lock
+	install -m 0775 -d $(DESTDIR)/var/lock
 	# FHS compatibility symlinks stuff
 	ln -snf /var/tmp $(DESTDIR)/usr/tmp
 




^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2011-09-28  4:14 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-09-28  4:13 [gentoo-commits] baselayout r3197 - trunk Mike Frysinger (vapier)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox