wok rev 15063
hdf5: fix compile_rules
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Tue Aug 13 10:59:59 2013 +0000 (2013-08-13) |
parents | f473b2ca85de |
children | 5fcd45fc5575 |
files | hdf5/receipt |
line diff
1.1 --- a/hdf5/receipt Tue Aug 13 10:55:49 2013 +0000 1.2 +++ b/hdf5/receipt Tue Aug 13 10:59:59 2013 +0000 1.3 @@ -15,9 +15,8 @@ 1.4 # Rules to configure and make the package. 1.5 compile_rules() 1.6 { 1.7 - cd $src 1.8 - sed -i 's/Using_CMake.txt/USING_CMake.txt/' CmakeLists.txt 1.9 ./configure $CONFIGURE_ARGS && 1.10 + sed -i 's/Using_CMake.txt/USING_CMake.txt/' CmakeLists.txt && 1.11 make all && make DESTDIR=$DESTDIR install 1.12 } 1.13