From d39fe97c9e745b9e88487302a8e59704cb7263d9 Mon Sep 17 00:00:00 2001 From: Robin Mills Date: Wed, 26 Apr 2017 11:43:10 +0000 Subject: [PATCH] Correction to r4766 in dailyCMake.sh/MinGW --- contrib/buildserver/dailyCMake.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/contrib/buildserver/dailyCMake.sh b/contrib/buildserver/dailyCMake.sh index 8984de2d..fb0b8025 100755 --- a/contrib/buildserver/dailyCMake.sh +++ b/contrib/buildserver/dailyCMake.sh @@ -139,8 +139,8 @@ testBuild() done # fix up minor stuff - rm -rf "$dist/lib/libexiv2-13.dll" # this is a relic sitting on the buildserver - rm -rf "$dist/lib/libexiv2-14.dll" # this is a relic sitting on the buildserver + rm -rf "$dist/bin/libexiv2-13.dll" # this is a relic sitting on the buildserver + rm -rf "$dist/bin/libexiv2-14.dll" # this is a relic sitting on the buildserver mkdir -p "$dist/lib/pkgconfig" # pkgconfig magic cp -R /usr/local/lib/pkgconfig/* "$dist/lib/pkgconfig" mkdir -p "$dist/share/man/man1/" # man pages