wok-stable diff krb5/receipt @ rev 8317

Meta package ndiswrapper doesn't needed to download ndiswrapper since its not compiled here. Its download in ndiswrapper-driver receipt and also compiled there.
author Christopher Rogers <slaxemulator@gmail.com>
date Tue Feb 01 03:25:21 2011 +0000 (2011-02-01)
parents 0e470e272b60
children d1768332cee0
line diff
     1.1 --- a/krb5/receipt	Mon Jan 17 17:52:31 2011 +0100
     1.2 +++ b/krb5/receipt	Tue Feb 01 03:25:21 2011 +0000
     1.3 @@ -15,7 +15,7 @@
     1.4  # Rules to configure and make the package.
     1.5  compile_rules()
     1.6  {
     1.7 -	[ -d $src ] || tar xzf $PACKAGE-$VERSION.tar.gz
     1.8 +	[ -d $src/src ] || tar xzf $src/$PACKAGE-$VERSION.tar.gz
     1.9  	cd $src/src
    1.10  	./configure --prefix=/usr --infodir=/usr/share/info \
    1.11  	--sysconfdir=/etc --localstatedir=/var \