From a61848c4d25ac69092914ed96265fa4fbf4509d4 Mon Sep 17 00:00:00 2001 From: Mark Huang Date: Fri, 12 Jan 2007 14:48:02 +0000 Subject: [PATCH] - fix permissions on tmp directories --- build_devel.sh | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/build_devel.sh b/build_devel.sh index 4c5b698..e8bce85 100755 --- a/build_devel.sh +++ b/build_devel.sh @@ -15,7 +15,7 @@ # Mark Huang # Copyright (C) 2006 The Trustees of Princeton University # -# $Id: build_devel.sh,v 1.5 2006/08/18 14:35:52 thierry Exp $ +# $Id: build_devel.sh,v 1.6 2007/01/11 21:49:52 mlhuang Exp $ # . build.functions @@ -99,6 +99,9 @@ chmod 644 $roothome/.profile echo "* myplc-devel: Moving data directories out of the installation" move_datadirs devel/root devel/data "${datadirs[@]}" +# Fix permissions on tmp directories +chmod 1777 devel/data/tmp devel/data/usr/tmp devel/data/var/tmp + # Make image out of directory echo "* myplc-devel: Building loopback image" make_image devel/root devel/root.img -- 2.43.0