admin (AC-branch): ftp/geniso-poldek - more free size for ppc (hfs...
    arekm 
    arekm at pld-linux.org
       
    Sun Oct  2 14:52:12 CEST 2005
    
    
  
Author: arekm                        Date: Sun Oct  2 12:52:12 2005 GMT
Module: admin                         Tag: AC-branch
---- Log message:
- more free size for ppc (hfs table takes so much space?)
---- Files affected:
admin/ftp:
   geniso-poldek (1.15.2.9 -> 1.15.2.10) 
---- Diffs:
================================================================
Index: admin/ftp/geniso-poldek
diff -u admin/ftp/geniso-poldek:1.15.2.9 admin/ftp/geniso-poldek:1.15.2.10
--- admin/ftp/geniso-poldek:1.15.2.9	Sun Oct  2 12:32:56 2005
+++ admin/ftp/geniso-poldek	Sun Oct  2 14:52:07 2005
@@ -114,7 +114,9 @@
 	;;
 	ppc)
 		UTILS_SIZE_1=$(du -scmD ${ISOCD}/ppc | grep total  | xargs | cut -d" " -f1)
-		UTILS_SIZE=$(($UTILS_SIZE_1 + 10))
+		# HFS table size?
+		UTILS_SIZE_2=20
+		UTILS_SIZE=$(($UTILS_SIZE_1 + $UTILS_SIZE_2 + 10))
 	;;
     esac
 	
================================================================
---- CVS-web:
    http://cvs.pld-linux.org/admin/ftp/geniso-poldek?r1=1.15.2.9&r2=1.15.2.10&f=u
    
    
More information about the pld-cvs-commit
mailing list