summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorTodd Naugle <toddn@glw.com>2011-05-27 15:19:28 +0000
committerTodd Naugle <toddn@glw.com>2011-05-27 15:19:28 +0000
commite057436a2bd94f51c93620ee1ee467f14af7ec1d (patch)
treefd95df1cad3233e4f2e85ed4fbf55e0eeeec3f16 /tools
parentc3fdc35de8eb50f149e9be4353de2dc8a8460c3a (diff)
add -P flag to both calls to df
git-svn-id: svn://localhost/ardour2/branches/3.0@9609 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'tools')
-rwxr-xr-xtools/linux_packaging/stage2.run2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/linux_packaging/stage2.run b/tools/linux_packaging/stage2.run
index 1c1d720726..51c7d3a2f1 100755
--- a/tools/linux_packaging/stage2.run
+++ b/tools/linux_packaging/stage2.run
@@ -206,7 +206,7 @@ else
fi
#Check space in INSTALL_DEST_BASE
- FREE_BYTES=$(df -B 1 ${INSTALL_DEST_BASE} | grep / | awk '{print $4}')
+ FREE_BYTES=$(df -P -B 1 ${INSTALL_DEST_BASE} | grep / | awk '{print $4}')
if [ ${FREE_BYTES} -le ${REQUIRED_BYTES} ] ; then
echo ""