From a85fcc452a18a48b782c302df46a35be415d29be Mon Sep 17 00:00:00 2001 From: Zach Tibbitts Date: Tue, 6 Feb 2007 22:59:41 +0000 Subject: [PATCH] new run svn script --- run_svn.sh | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/run_svn.sh b/run_svn.sh index 086818fb3..ea18c70c0 100644 --- a/run_svn.sh +++ b/run_svn.sh @@ -4,15 +4,18 @@ echo " Updating to latest SVN version " echo "*******************************************" svn update echo "*******************************************" +echo " Linking modules to working directory " +echo "*******************************************" +ln -s src/*.py . +echo "*******************************************" echo " Building Deluge-SVN " echo "*******************************************" python setup.py build echo "*******************************************" echo " Linking C++ module to current directory " echo "*******************************************" -rm deluge_core.so ln -s build/lib*/deluge_core.so . echo "*******************************************" echo " Launching Deluge-SVN " echo "*******************************************" -python delugegtk.py \ No newline at end of file +python delugegtk.py