Revision: 5375 http://ipcop.svn.sourceforge.net/ipcop/?rev=5375&view=rev Author: owes Date: 2011-01-26 10:29:00 +0000 (Wed, 26 Jan 2011)
Log Message: ----------- Increase min. disk space for building to 5 Gigabyte. 5 is probably never needed, but building should be done on a powerful machine with enough resources. Modified Paths: -------------- ipcop/trunk/make.sh Modified: ipcop/trunk/make.sh =================================================================== --- ipcop/trunk/make.sh 2011-01-26 10:26:22 UTC (rev 5374) +++ ipcop/trunk/make.sh 2011-01-26 10:29:00 UTC (rev 5375) @@ -918,10 +918,10 @@ BASE_DEV=`df -P -k ${BASEDIR} | tail -n 1 | awk '{ print $1 }'` echo -ne "Checking for necessary space on disk ${BASE_DEV}" BASE_ASPACE=`df -P -k ${BASEDIR} | tail -n 1 | awk '{ print $4 }'` - if (( 2202000 > ${BASE_ASPACE} )); then + if (( 5242880 > ${BASE_ASPACE} )); then BASE_USPACE=`${SUDO} ${DU} -skx ${BASEDIR} | awk '{print $1}'` - if (( 2202000 - ${BASE_USPACE} > ${BASE_ASPACE} )); then - exiterror "Not enough temporary space available, need at least 2.1GB on ${BASE_DEV}" + if (( 5242880 - ${BASE_USPACE} > ${BASE_ASPACE} )); then + exiterror "Not enough temporary space available, need at least 5 GiB on ${BASE_DEV}" else beautify message DONE fi This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. ------------------------------------------------------------------------------ Special Offer-- Download ArcSight Logger for FREE (a $49 USD value)! Finally, a world-class log management solution at an even better price-free! Download using promo code Free_Logger_4_Dev2Dev. Offer expires February 28th, so secure your free ArcSight Logger TODAY! http://p.sf.net/sfu/arcsight-sfd2d _______________________________________________ Ipcop-svn mailing list Ipcop-svn@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/ipcop-svn