[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:10 UTC 2017


Gitweb-URL: http://git.debian.org/?p=pkg-kde/kde-extras/exiv2.git;a=commitdiff;h=f291d53

The following commit has been merged in the master branch:
commit f291d535dff21502c9d92c65705b524ca9deeaa4
Author: Robin Mills <robin at clanmills.com>
Date:   Sat Oct 8 20:30:21 2016 +0000

    #1230 Fix MinGW test suite.
---
 test/functions.source | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/test/functions.source b/test/functions.source
index 2ecd7ff..38c9a8d 100644
--- a/test/functions.source
+++ b/test/functions.source
@@ -364,7 +364,7 @@ hardLinkFiles()
 # real_path - report the absolute path to a file
 real_path ()
 {
-	if [ "$PLATFORM" == "Darwin" ]; then
+	if [ "$PLATFORM" == "Darwin" -o "$PLATFORM" == "mingw" ]; then
 		if [ -d "$1" ]; then
 			cd "$1"
 			echo $PWD

-- 
exiv2 packaging



More information about the pkg-kde-commits mailing list