wok-current rev 15067
hdf5: fix compile_rules (again)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Tue Aug 13 11:44:44 2013 +0000 (2013-08-13) |
parents | 16b71730d7fc |
children | 205d192370e5 |
files | hdf5/receipt |
line diff
1.1 --- a/hdf5/receipt Tue Aug 13 11:41:33 2013 +0000 1.2 +++ b/hdf5/receipt Tue Aug 13 11:44:44 2013 +0000 1.3 @@ -15,8 +15,8 @@ 1.4 # Rules to configure and make the package. 1.5 compile_rules() 1.6 { 1.7 + sed -i 's/Using_CMake.txt/USING_CMake.txt/' src/CMakeLists.txt 1.8 ./configure $CONFIGURE_ARGS && 1.9 - sed -i 's/Using_CMake.txt/USING_CMake.txt/' CmakeLists.txt && 1.10 make all && make DESTDIR=$DESTDIR install 1.11 } 1.12