[SCM] exiv2 packaging branch, master, updated. debian/0.25-3.1-3734-gdcbc29a

Maximiliano Curia maxy at moszumanska.debian.org
Thu Jul 13 17:44:55 UTC 2017


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

The following commit has been merged in the master branch:
commit a085a5d97b45b44a5782e72d2bab5a4b42b909d5
Author: Robin Mills <robin at clanmills.com>
Date:   Tue Mar 24 21:00:09 2015 +0000

    Fixed output error in functions.source/hardLinkFiles() reporting "ln: bug812-B.jpg: File exists" on MSVC build (Jenkins:1885)
---
 test/functions.source | 1 +
 1 file changed, 1 insertion(+)

diff --git a/test/functions.source b/test/functions.source
index dea776f..4c75fab 100644
--- a/test/functions.source
+++ b/test/functions.source
@@ -355,6 +355,7 @@ hardLinkFiles()
 	target="$1"
 	shift
 	for var; do
+		if [ -e var ]; then rm -rf $var ; fi
 		ln $target $var
 	done
 }

-- 
exiv2 packaging



More information about the pkg-kde-commits mailing list