wok-current rev 15062
gdal: remove wrong error trigger
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Tue Aug 13 10:55:49 2013 +0000 (2013-08-13) |
parents | ef0ed7be0f2f |
children | 9132288a78f4 |
files | gdal/receipt |
line diff
1.1 --- a/gdal/receipt Tue Aug 13 10:53:13 2013 +0000 1.2 +++ b/gdal/receipt Tue Aug 13 10:55:49 2013 +0000 1.3 @@ -24,7 +24,8 @@ 1.4 --with-python \ 1.5 --with-geos \ 1.6 --with-sqlite3=no \ 1.7 - --with-ogr && make && make install BINDINGS="perl python" 1.8 + --with-ogr 2>&1 | grep -v config.rpath && 1.9 + make && make install BINDINGS="perl python" 1.10 } 1.11 1.12 # Rules to gen a SliTaz package suitable for Tazpkg.