wok diff ruby/receipt @ rev 8974

[q-z]*: use veriable
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Mar 02 11:06:20 2011 +0100 (2011-03-02)
parents 5f8b42af9764
children 957c032c10a9
line diff
     1.1 --- a/ruby/receipt	Sat Feb 19 05:54:59 2011 +0000
     1.2 +++ b/ruby/receipt	Wed Mar 02 11:06:20 2011 +0100
     1.3 @@ -16,7 +16,7 @@
     1.4  compile_rules()
     1.5  {
     1.6  	cd $src
     1.7 -	patch -Np1 < ../stuff/openssl-1.0.patch 
     1.8 +	patch -Np1 < $stuff/openssl-1.0.patch 
     1.9  	./configure --prefix=/usr --enable-shared --infodir=/usr/share/info --mandir=/usr/share/man $CONFIGURE_ARGS && 		 
    1.10  	make -j 4 &&
    1.11  	make DESTDIR=$PWD/_pkg install