[SCM] exiv2 packaging branch, master, updated. debian/0.25-3.1-3734-gdcbc29a
Maximiliano Curia
maxy at moszumanska.debian.org
Thu Jul 13 17:46:30 UTC 2017
Gitweb-URL: http://git.debian.org/?p=pkg-kde/kde-extras/exiv2.git;a=commitdiff;h=e2f1dfb
The following commit has been merged in the master branch:
commit e2f1dfb1f885eb94820bb11dec23767b0086d9e5
Author: Robin Mills <robin at clanmills.com>
Date: Tue Jun 7 19:22:38 2016 +0000
Fixing bug in cmake_daily.sh/testBuild() function
---
contrib/buildserver/cmake_daily.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/contrib/buildserver/cmake_daily.sh b/contrib/buildserver/cmake_daily.sh
index 67a79e2..3a603d2 100755
--- a/contrib/buildserver/cmake_daily.sh
+++ b/contrib/buildserver/cmake_daily.sh
@@ -34,7 +34,7 @@ echo "---- build = $build ------"
testBuild()
{
if [ -e $dist/bin/exiv2 ]; then
- pushd test > /dev/null
+ pushd ../test > /dev/null
# EXIV2_BINDIR is used by the test suite to locate executables
export EXIV2_BINDIR=$dist/bin
# set LD_LIBRARY_PATH (and DYLD_LIBRARY_PATH for macosx)
--
exiv2 packaging
More information about the pkg-kde-commits
mailing list