Correction to r4766 in dailyCMake.sh/MinGW

v0.27.3
Robin Mills 8 years ago
parent f594b4a6f7
commit d39fe97c9e

@ -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

Loading…
Cancel
Save