wok-6.x diff speedcrunch/receipt @ rev 19229
Add httpfs2-fuse
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Fri Jun 24 16:28:42 2016 +0200 (2016-06-24) |
parents | 34b405b7210d |
children | fecd32b7c03a |
line diff
1.1 --- a/speedcrunch/receipt Wed May 07 04:14:35 2014 +0300 1.2 +++ b/speedcrunch/receipt Fri Jun 24 16:28:42 2016 +0200 1.3 @@ -16,7 +16,8 @@ 1.4 # Rules to configure and make the package. 1.5 compile_rules() 1.6 { 1.7 - mkdir ./build && cd ./build 1.8 + mkdir ./build 1.9 + cd ./build 1.10 cmake -DCMAKE_INSTALL_PREFIX=/usr ../src && 1.11 make && 1.12 lrelease ../src/speedcrunch.pro &&