[Lunar-commits] r26071 - moonbase/trunk/zbeta/pymsnt

Stefan Wold ratler at lunar-linux.org
Thu Oct 4 14:31:37 CEST 2007


Author: ratler
Date: 2007-10-04 14:31:37 +0200 (Thu, 04 Oct 2007)
New Revision: 26071

Modified:
   moonbase/trunk/zbeta/pymsnt/BUILD
Log:
Fixes permission issues

Modified: moonbase/trunk/zbeta/pymsnt/BUILD
===================================================================
--- moonbase/trunk/zbeta/pymsnt/BUILD	2007-10-04 03:17:35 UTC (rev 26070)
+++ moonbase/trunk/zbeta/pymsnt/BUILD	2007-10-04 12:31:37 UTC (rev 26071)
@@ -19,6 +19,8 @@
     fi &&
 
     cp -r {src,data} ${python_dir} &&
+    find $python_dir -type d | xargs chmod 755 &&
+    find $python_dir -type f | xargs chmod 644 &&
     install -m755 PyMSNt.py ${python_dir}/pymsnt.py &&
     
     # A bit hackish to byte compile everything



More information about the Lunar-commits mailing list