wok diff hdf5/receipt @ 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 ddf3afe4c504
children ee7fa21ddf53
line diff
     1.1 --- a/hdf5/receipt	Mon Oct 15 12:11:24 2012 +0200
     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