Minor change to dailyCMake.sh to remove relic libexiv2-14.dll

v0.27.3
Robin Mills 8 years ago
parent 7b882f121a
commit f594b4a6f7

@ -140,6 +140,7 @@ testBuild()
# fix up minor stuff # fix up minor stuff
rm -rf "$dist/lib/libexiv2-13.dll" # this is a relic sitting on the buildserver 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
mkdir -p "$dist/lib/pkgconfig" # pkgconfig magic mkdir -p "$dist/lib/pkgconfig" # pkgconfig magic
cp -R /usr/local/lib/pkgconfig/* "$dist/lib/pkgconfig" cp -R /usr/local/lib/pkgconfig/* "$dist/lib/pkgconfig"
mkdir -p "$dist/share/man/man1/" # man pages mkdir -p "$dist/share/man/man1/" # man pages

Loading…
Cancel
Save