(travis) Remove makefile fixup, now hardcoded in the subrepo
Peter Rabbitson [Tue, 9 Aug 2016 16:45:06 +0000 (18:45 +0200)]
maint/travis-ci_scripts/10_before_install.bash

index 157320e..7f911ad 100755 (executable)
@@ -186,7 +186,6 @@ if [[ "$CLEANTEST" != "true" ]]; then
         cd "$(mktemp -d)"
         wget -qO- https://github.com/dbsrgits/Firebird-ODBC-driver/archive/2.0.2.153.tar.gz | tar -zx --strip-components 1
         cd Builds/Gcc.lin
-        perl -p -i -e "s|/usr/lib64|/usr/lib/x86_64-linux-gnu|g" ../makefile.environ
         make -f makefile.linux
         sudo make -f makefile.linux install
       '