wok diff pkg-config/receipt @ rev 9700

Replaced all ../stuff with $stuff.
author Christopher Rogers <slaxemulator@gmail.com>
date Sun May 08 09:01:58 2011 +0000 (2011-05-08)
parents 02bbaa9d12ba
children 5f31f2bade10
line diff
     1.1 --- a/pkg-config/receipt	Mon Apr 04 01:29:52 2011 +0200
     1.2 +++ b/pkg-config/receipt	Sun May 08 09:01:58 2011 +0000
     1.3 @@ -15,7 +15,7 @@
     1.4  compile_rules()
     1.5  {
     1.6  	cd $src
     1.7 -	patch -p1 < ../stuff/autoconf-2.66.patch
     1.8 +	patch -p1 < $stuff/autoconf-2.66.patch
     1.9  	./configure && make && make install
    1.10  }
    1.11