[boinc] 01/01: Adjusted location of example apps in fetch script

Steffen Möller moeller at alioth.debian.org
Thu Nov 7 10:12:24 UTC 2013


This is an automated email from the git hooks/post-receive script.

moeller pushed a commit to branch master
in repository boinc.

commit aea87b1b1e16c12f1a3cb1e5049cb84f8b70e056
Author: Steffen Moeller <steffen_moeller at gmx.de>
Date:   Thu Nov 7 11:11:55 2013 +0100

    Adjusted location of example apps in fetch script
---
 debian/fetch_example_applications.sh |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/debian/fetch_example_applications.sh b/debian/fetch_example_applications.sh
index fd1e56c..df5aab6 100755
--- a/debian/fetch_example_applications.sh
+++ b/debian/fetch_example_applications.sh
@@ -134,11 +134,11 @@ do
 
   ar xvf ${arch}.deb data.tar.xz               
   echo "I: Untaring for architecture ${arch}"
-  tar xfJ data.tar.xz ./usr/lib/boinc-server/apps/  
+  tar xfJ data.tar.xz ./usr/lib/boinc-server-maker/apps/  
   echo -n "I: Contents:"
-  ls ./usr/lib/boinc-server/apps/
+  ls ./usr/lib/boinc-server-maker/apps/
   mkdir -p $downloaddir
-  mv ./usr/lib/boinc-server/apps $downloaddir/$arch
+  mv ./usr/lib/boinc-server-maker/apps $downloaddir/$arch
   mv usr deleteThisDir
   rm -rf deleteThisDir data.tar.xz ${arch}.deb     
 done

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-boinc/boinc.git



More information about the pkg-boinc-commits mailing list