Author: ks156
Date: 2008-12-01 12:38:42 +0100 (Mon, 01 Dec 2008)
New Revision: 2956

Modified:
   software_suite_v2/tuxware/installers/unix/branches/prefix_install/build.sh
Log:
* Now change the permission before packing the target installer.


Modified: 
software_suite_v2/tuxware/installers/unix/branches/prefix_install/build.sh
===================================================================
--- software_suite_v2/tuxware/installers/unix/branches/prefix_install/build.sh  
2008-12-01 11:25:54 UTC (rev 2955)
+++ software_suite_v2/tuxware/installers/unix/branches/prefix_install/build.sh  
2008-12-01 11:38:42 UTC (rev 2956)
@@ -511,6 +511,9 @@
     rm -rf /tmp/$FILE $DIR
 }
 
+changePerms () {
+    chmod -R 755 $BUILD_DIR
+}
 
 ####### DEBIAN SPECIFIC ########
 createDebianDir () {
@@ -740,6 +743,8 @@
 tuxshBin
 ccBin
 updaterBin
+# <--- Update permissions on the files --->
+changePerms
 
 case $TYPE in 
     deb)


-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Tux-droid-svn mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/tux-droid-svn

Reply via email to