[SCM] exiv2 packaging branch, master, updated. debian/0.25-3.1-3734-gdcbc29a
Maximiliano Curia
maxy at moszumanska.debian.org
Thu Jul 13 17:43:03 UTC 2017
Gitweb-URL: http://git.debian.org/?p=pkg-kde/kde-extras/exiv2.git;a=commitdiff;h=e66a3bb
The following commit has been merged in the master branch:
commit e66a3bb7ffffa142605dfd39da6c100eae52cc10
Author: Robin Mills <robin at clanmills.com>
Date: Tue Apr 24 04:39:01 2012 +0000
simplified mingfixup.sh
---
test/mingfixup.sh | 11 +++--------
1 file changed, 3 insertions(+), 8 deletions(-)
diff --git a/test/mingfixup.sh b/test/mingfixup.sh
index 2bec577..017f4c0 100755
--- a/test/mingfixup.sh
+++ b/test/mingfixup.sh
@@ -4,14 +4,9 @@
# for MING, ensure that we have .exe files in src and samples
os=$(uname)
if [ "${os:0:4}" == "MING" ]; then
- for dir in ../src/.libs ../samples/.libs; do
- for file in $dir/*.dll $dir/*.exe ; do
- leaf=$(basename $file)
- if [ ! -e $dir/../$leaf ]; then
- cp $file $dir/.. 2>/dev/null >/dev/null
- fi
- done
- done
+ cp ../src/.libs/*.exe ../src/
+ cp ../src/.libs/*.dll ../src/
+ cp ../samples/.libs/*.exe ../samples/
fi
# That's all Folks!
--
exiv2 packaging
More information about the pkg-kde-commits
mailing list