wok rev 7690

Fixed typo in linux receipt.
author Christopher Rogers <slaxemulator@gmail.com>
date Fri Dec 17 23:53:39 2010 +0000 (2010-12-17)
parents fccb9d9484b9
children e49552dc1f27
files linux/receipt
line diff
     1.1 --- a/linux/receipt	Fri Dec 17 19:00:49 2010 +0000
     1.2 +++ b/linux/receipt	Fri Dec 17 23:53:39 2010 +0000
     1.3 @@ -84,7 +84,7 @@
     1.4  	       -e 's/^CONFIG_RT2870/#&/' .config
     1.5  	yes '' | make oldconfig
     1.6  	make -j 4 bzImage || return 1
     1.7 -	[-d $PWD/_pkg ] || mkdir -p $PWD/_pkg
     1.8 +	[ -d $PWD/_pkg ] || mkdir -p $PWD/_pkg
     1.9  	mv arch/x86/boot/bzImage $PWD/_pkg
    1.10  	mv System.map System.map-without-modules
    1.11