[SCM] BOINC packaging branch, master, updated. debian/7.0.27+dfsg-3-61-g7749c6d

Steffen Moeller moeller at debian.org
Fri Jul 13 23:11:56 UTC 2012


The following commit has been merged in the master branch:
commit 7f87d032bff8b57b6d33cafff3194814967ab862
Author: Steffen Moeller <moeller at debian.org>
Date:   Sat Jul 14 01:11:07 2012 +0200

    Fixed syntax error in app package download script.

diff --git a/debian/fetch_example_applications.sh b/debian/fetch_example_applications.sh
index 507dacc..9efea8e 100755
--- a/debian/fetch_example_applications.sh
+++ b/debian/fetch_example_applications.sh
@@ -60,7 +60,7 @@ fi
 
 if [ -n "$1" ]; then
 	projectroot=$1
-elif [ -z "$projectroot" ]
+elif [ -z "$projectroot" ]; then
 	if [ -n "$installroot" -a -n "$fileprojectname" ]; then
 		projectroot="$installroot/$fileprojectname"
 	else

-- 
BOINC packaging



More information about the pkg-boinc-commits mailing list