[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:00 UTC 2017
Gitweb-URL: http://git.debian.org/?p=pkg-kde/kde-extras/exiv2.git;a=commitdiff;h=d965eb2
The following commit has been merged in the master branch:
commit d965eb21c69764499092dd41b192e1cf55ffa924
Author: Robin Mills <robin at clanmills.com>
Date: Fri Apr 20 00:06:26 2012 +0000
test for ./configure
removed debugging echo statements
---
contrib/buildForMac | 5 +----
1 file changed, 1 insertion(+), 4 deletions(-)
diff --git a/contrib/buildForMac b/contrib/buildForMac
index f7cb5aa..5e6aa79 100755
--- a/contrib/buildForMac
+++ b/contrib/buildForMac
@@ -18,7 +18,7 @@ if [ ! -d contrib ]; then
echo "you are in the wrong directory - please run $0 in the main directory (which includes contrib and src)"
exit 1
fi
-
+if [ ! -e configure ]; then make config ; fi
if [ -z $TARGET ]; then export TARGET="MACOSX_DEPLOYMENT_TARGET=10.5" ; fi
# version=$(grep EXIV2_LTVERSION config/config.mk | cut "-d " -f 3 | cut -d: -f 1)
@@ -46,9 +46,6 @@ for arch in '-arch i386' '-arch x86_64' ; do
# copy .libs to .arch
for d in $(find . -name ".libs" -type d); do
D=$(dirname $d)/.$a
-# echo --------------
-# echo d = $d D = $D
-# echo --------------
ditto $d $D
done
done
--
exiv2 packaging
More information about the pkg-kde-commits
mailing list