[SCM] exiv2 packaging branch, master, updated. debian/0.25-3.1-3734-gdcbc29a
Maximiliano Curia
maxy at moszumanska.debian.org
Thu Jul 13 17:47:09 UTC 2017
Gitweb-URL: http://git.debian.org/?p=pkg-kde/kde-extras/exiv2.git;a=commitdiff;h=7b0b8f3
The following commit has been merged in the master branch:
commit 7b0b8f36c60643913bc2e72cddb0f706fc047885
Author: Robin Mills <robin at clanmills.com>
Date: Tue Oct 4 13:07:27 2016 +0000
#1230 Buildserver maintenance.
---
contrib/buildserver/jenkins_build.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/contrib/buildserver/jenkins_build.sh b/contrib/buildserver/jenkins_build.sh
index a8d20dd..3f5ae63 100755
--- a/contrib/buildserver/jenkins_build.sh
+++ b/contrib/buildserver/jenkins_build.sh
@@ -103,7 +103,7 @@ if [ $PLATFORM == "macosx" -a "$target" == "macosx" -a "$macosx" == "true" ]; t
if [ $PLATFORM == "cygwin" -a "$target" == "cygwin" -a "$cygwin" == "true" ]; then build=CYGW ; fi
if [ "$target" == "mingw" -a "$mingw" == "true" ]; then build=MING ; fi
if [ "$target" == "msvc" -a "$msvc" == "true" ]; then build=MSVC ; fi
-if [ $PLATFORM == "mingw" -a "$target" == "mingw" ]; then build=MING ; fi
+if [ $PLATFORM == "mingw" -o "$target" == "mingw" ]; then build=MING ; fi
echo "3 target = $target platform = $PLATFORM build = $build"
echo ---- path and perl -----
--
exiv2 packaging
More information about the pkg-kde-commits
mailing list