wok diff open-iscsi/receipt @ rev 5403
linux: clean stuff
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Sun May 02 19:32:20 2010 +0200 (2010-05-02) |
parents | c93adc9f2c01 |
children | 951c1b0c279f |
line diff
1.1 --- a/open-iscsi/receipt Mon Feb 01 19:13:11 2010 +0100 1.2 +++ b/open-iscsi/receipt Sun May 02 19:32:20 2010 +0200 1.3 @@ -16,6 +16,7 @@ 1.4 if [ ! -d $WOK/linux/taz ]; then 1.5 tazwok cook linux 1.6 fi 1.7 + make KSRC=$(ls -d $WOK/linux/$(ls $WOK/linux/taz)/) 1.8 make KSRC=$(ls -d $WOK/linux/$(ls $WOK/linux/taz)/) DESTDIR=$PWD/_pkg install 1.9 } 1.10