# HG changeset patch # User Pascal Bellard # Date 1265054504 -3600 # Node ID 66a4c6eee289cccf6c0958095d4e1985b1c39c46 # Parent c93adc9f2c01a10fd88a9cc4d15fd0a58c9add36 open-iscsi: fix compile_rules diff -r c93adc9f2c01 -r 66a4c6eee289 open-iscsi/receipt --- a/open-iscsi/receipt Mon Feb 01 19:13:11 2010 +0100 +++ b/open-iscsi/receipt Mon Feb 01 21:01:44 2010 +0100 @@ -16,6 +16,7 @@ if [ ! -d $WOK/linux/taz ]; then tazwok cook linux fi + make KSRC=$(ls -d $WOK/linux/$(ls $WOK/linux/taz)/) make KSRC=$(ls -d $WOK/linux/$(ls $WOK/linux/taz)/) DESTDIR=$PWD/_pkg install }