wok diff slitaz-tools/receipt @ rev 13874

linux: CONFIG_SCSI_MULTI_LUN=y
author Richard Dunbar <mojo@slitaz.org>
date Tue Jan 15 00:46:20 2013 +0000 (2013-01-15)
parents 57ea159dc95e
children 8fd42c969f13
line diff
     1.1 --- a/slitaz-tools/receipt	Thu Jan 03 15:11:11 2013 +0100
     1.2 +++ b/slitaz-tools/receipt	Tue Jan 15 00:46:20 2013 +0000
     1.3 @@ -32,8 +32,10 @@
     1.4  compile_rules()
     1.5  {
     1.6      cd $src
     1.7 -    # Fix for 5.1
     1.8 +    # Fix for 5.1/5.2
     1.9      sed -i s'/sv//' Makefile
    1.10 +    # Fix for 5.2
    1.11 +    sed -i 's/        install/	install/' Makefile
    1.12      make && make DESTDIR=$DESTDIR install
    1.13  }
    1.14