From 1c9540ada02c18de203dca29b5faad8cfb9bfb94 Mon Sep 17 00:00:00 2001 From: plagman Date: Thu, 1 Oct 2009 05:51:17 +0000 Subject: [PATCH] Hack to appropriately set the group ownership and permissions after creating the packages. This really belongs in the crontabbed script instead, but it doesn't exist yet. git-svn-id: https://svn.eduke32.com/eduke32@1517 1a8010ca-5511-0410-912e-c29ae57300e0 --- polymer/synthesis.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/polymer/synthesis.sh b/polymer/synthesis.sh index 49375020d..3fa6f7ff4 100755 --- a/polymer/synthesis.sh +++ b/polymer/synthesis.sh @@ -90,6 +90,9 @@ then cd $source svn log -r $head:$lastrevision > $output/$date-$head/ChangeLog.txt fi + # hack for our served directory structure + chmod -R g+w $output/$date-$head + chown -R :dukeworld $output/$date-$head else echo "Nothing to do." fi \ No newline at end of file