From b3074871eda967f720d11297e0b35e67188b429c Mon Sep 17 00:00:00 2001 From: Robin Dunn Date: Tue, 29 Jun 2004 02:03:36 +0000 Subject: [PATCH] Use root for OSX build git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28076 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- wxPython/distrib/all/build-all | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/wxPython/distrib/all/build-all b/wxPython/distrib/all/build-all index b284ddd1ed..303982dea4 100755 --- a/wxPython/distrib/all/build-all +++ b/wxPython/distrib/all/build-all @@ -253,16 +253,16 @@ if [ $skiposx != yes ]; then # Untar it on the remote machine, and then run the build script echo "Unarchiving source file on $OSX_HOST..." - ssh $OSX_HOST "cd $OSX_SHARED_REMOTE && tar xzf wxPythonSrc-$VERSION.tar.gz && rm wxPythonSrc-$VERSION.tar.gz" + ssh root@$OSX_HOST "cd $OSX_SHARED_REMOTE && tar xzf wxPythonSrc-$VERSION.tar.gz && rm wxPythonSrc-$VERSION.tar.gz" echo "Running build script on $OSX_HOST..." wxdir=$OSX_SHARED_REMOTE/wxPythonSrc-$VERSION cmd=$wxdir/wxPython/distrib/all/build-osx - ssh $OSX_HOST "cd $wxdir && $cmd $wxdir $OSX_SHARED_REMOTE $skipclean $VERSION $PYVER" + ssh root@$OSX_HOST "cd $wxdir && $cmd $wxdir $OSX_SHARED_REMOTE $skipclean $VERSION $PYVER" echo "Fetching the results..." cp $OSX_SHARED/wxPythonOSX* $STAGING_DIR - ssh $OSX_HOST "cd $OSX_SHARED_REMOTE && rm wxPythonOSX*" + ssh root@$OSX_HOST "cd $OSX_SHARED_REMOTE && rm wxPythonOSX*" # unmount? if [ -n "$OSX_UMOUNT" ]; then