[Lunar-commits] git: Added a BUILD script to take care of bad permissions in the docs.
Terry Chan
tchan at lunar-linux.org
Sun Dec 16 23:14:48 CET 2007
commit 9802a2bca64f0f6e9270ccf65dc13ed16fb0561b
Author: Terry Chan <tchan at lunar-linux.org>
Date: Sun Dec 16 16:14:48 2007 -0600
git: Added a BUILD script to take care of bad permissions in the docs.
---
terminal/rxvt-unicode/BUILD | 6 ++++++
1 files changed, 6 insertions(+), 0 deletions(-)
diff --git a/terminal/rxvt-unicode/BUILD b/terminal/rxvt-unicode/BUILD
new file mode 100644
index 0000000..f1d6fce
--- /dev/null
+++ b/terminal/rxvt-unicode/BUILD
@@ -0,0 +1,6 @@
+(
+
+ default_build &&
+ chmod 644 README* Changes INSTALL
+
+) > $C_FIFO 2>&1
More information about the Lunar-commits
mailing list