[Lunar-commits] <moonbase> Python: install few docs, with correct permissions
Paul Bredbury
brebs at lunar-linux.org
Sun Mar 6 07:48:24 CET 2011
commit f6fab9dfd01b38be6aa2e0be57b08c7be1a0dab2
Author: Paul Bredbury <brebs at lunar-linux.org>
Date: Sun Mar 6 13:48:24 2011 +0700
Python: install few docs, with correct permissions
Too many docs were being installed, some with user-unreadable
permissions, i.e. the subdirs RPM, TextMate and Vim.
---
python/Python/BUILD | 5 ++++-
1 files changed, 4 insertions(+), 1 deletions(-)
diff --git a/python/Python/BUILD b/python/Python/BUILD
index 0b7ab45..a3b14ea 100644
--- a/python/Python/BUILD
+++ b/python/Python/BUILD
@@ -13,7 +13,10 @@
$SOURCE_DIRECTORY/Tools/i18n/pygettext.py \
/usr/lib/python$MAJOR/ &&
- gather_docs Misc/*
+ # Docs
+ mv Misc/{cheatsheet,NEWS} . &&
+ chmod 644 cheatsheet NEWS README &&
+ gather_docs cheatsheet NEWS README
) > $C_FIFO 2>&1
More information about the Lunar-commits
mailing list