[Lunar-commits] <moonbase> nexuiz: fix file perms
Paul Bredbury
brebs at lunar-linux.org
Tue Oct 6 00:24:06 CEST 2009
commit b9250cb0a90c3409158303544886098c4e5759b9
Author: Paul Bredbury <brebs at lunar-linux.org>
Date: Tue Oct 6 05:24:06 2009 +0700
nexuiz: fix file perms
---
games/nexuiz/BUILD | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/games/nexuiz/BUILD b/games/nexuiz/BUILD
index 32ef2a8..b8243ce 100644
--- a/games/nexuiz/BUILD
+++ b/games/nexuiz/BUILD
@@ -1,5 +1,8 @@
(
+ # data/common-spog.pk3 was group-writable
+ chmod 644 data/* havoc/* &&
+
mv Docs docs &&
cd sources &&
unzip enginesource????????.zip &&
More information about the Lunar-commits
mailing list