wok diff lshw/receipt @ rev 5974

mirror-tools: fix FSH
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Aug 09 09:37:59 2010 +0200 (2010-08-09)
parents 8752c40cc534
children 964f5d384827
line diff
     1.1 --- a/lshw/receipt	Sun Feb 28 16:17:14 2010 +0100
     1.2 +++ b/lshw/receipt	Mon Aug 09 09:37:59 2010 +0200
     1.3 @@ -16,6 +16,7 @@
     1.4  
     1.5  	
     1.6  	cd $src
     1.7 +	sed -i 's/hwNode::hwNode/hwNode/' src/core/scsi.cc
     1.8  	make &&
     1.9  	make DESTDIR=$PWD/_pkg install
    1.10  }