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

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


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

The following commit has been merged in the master branch:
commit ad280de5fc3bd6758a7e1cbeea4098037171428b
Author: Andreas Huggel <ahuggel at gmx.net>
Date:   Thu Sep 20 14:28:28 2007 +0000

    Bugfix.
---
 test/xmpparser-test.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/test/xmpparser-test.sh b/test/xmpparser-test.sh
index 485ea45..705d4ce 100755
--- a/test/xmpparser-test.sh
+++ b/test/xmpparser-test.sh
@@ -3,7 +3,7 @@
 
 # ----------------------------------------------------------------------
 # Check if xmpparser-test exists
-if [ ! -x ../../src/xmpparser-test ] ; then
+if [ ! -e ../src/xmpparser-test ] ; then
     echo "xmpparser-test not found. Assuming XMP support is not enabled."
     exit 0
 fi

-- 
exiv2 packaging



More information about the pkg-kde-commits mailing list