wok-current diff lzma/receipt @ rev 6087

Add: clucene clucene-dev (0.9.21b)
author Dominique Corbex <domcox@slitaz.org>
date Sun Aug 29 21:24:52 2010 +0200 (2010-08-29)
parents 2ecddf4c213f
children 79ebfa5003d6
line diff
     1.1 --- a/lzma/receipt	Sat Nov 22 03:16:28 2008 +0100
     1.2 +++ b/lzma/receipt	Sun Aug 29 21:24:52 2010 +0200
     1.3 @@ -38,6 +38,8 @@
     1.4  genpkg_rules()
     1.5  {
     1.6  	mkdir -p $fs/usr/bin
     1.7 -	cp -a $src/CPP/7zip/Compress/LZMA_Alone/lzma-shared $fs/usr/bin/lzma
     1.8 +	cp -a $src/CPP/7zip/Compress/LZMA_Alone/lzma-shared $fs/usr/bin/lzma-alone
     1.9 +	cp stuff/lzma $fs/usr/bin
    1.10 +	chmod 755 $fs/usr/bin/lzma
    1.11  }
    1.12