[Cdd-commits] r1241 - blends/trunk/webtools

CDD Subversion Commit noreply at alioth.debian.org
Thu Nov 13 09:01:15 UTC 2008


Author: tille
Date: Thu Nov 13 09:01:15 2008
New Revision: 1241

Modified:
   blends/trunk/webtools/deploy-svn
Log:
Find a workaround for not executable blend-get-names


Modified: blends/trunk/webtools/deploy-svn
==============================================================================
--- blends/trunk/webtools/deploy-svn	(original)
+++ blends/trunk/webtools/deploy-svn	Thu Nov 13 09:01:15 2008
@@ -18,5 +18,8 @@
 cd $BASE/webtools
 ./mkmo.sh
 
+# SOmehow blend-get-names is not executable ... workaround
+chmod 775 blend-get-names
+
 # ensure the Group has write permissions...
 chmod -R g+w $BASE/webtools



More information about the Cdd-commits mailing list