wok diff lshw/receipt @ rev 9846

Fixed apache-mod-wsgi for tazwok. Just need to cd $src before compiling.
author Christopher Rogers <slaxemulator@gmail.com>
date Sun May 15 18:30:30 2011 +0000 (2011-05-15)
parents a203800d06c7
children 2a5cc8208d36
line diff
     1.1 --- a/lshw/receipt	Sun Oct 10 17:49:44 2010 +0000
     1.2 +++ b/lshw/receipt	Sun May 15 18:30:30 2011 +0000
     1.3 @@ -13,8 +13,6 @@
     1.4  # Rules to configure and make the package.
     1.5  compile_rules()
     1.6  {
     1.7 -
     1.8 -	
     1.9  	cd $src
    1.10  	sed -i 's/hwNode::hwNode/hwNode/' src/core/scsi.cc
    1.11  	grep -qs 'define u8' src/core/scsi.cc src/core/burner.cc ||
    1.12 @@ -30,7 +28,5 @@
    1.13  	mkdir -p $fs/usr/share
    1.14  	cp -a $_pkg/usr/sbin $fs/usr
    1.15  	cp -a $_pkg/usr/share/lshw $fs/usr/share
    1.16 -	
    1.17 -	strip -s $fs/usr/sbin/*
    1.18  }
    1.19