wok-next diff speedcrunch/receipt @ rev 17309
Up buildroot (2014.08)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sun Nov 02 11:46:58 2014 +0100 (2014-11-02) |
parents | 34b405b7210d |
children | b4f791f1a656 |
line diff
1.1 --- a/speedcrunch/receipt Wed May 07 04:14:35 2014 +0300 1.2 +++ b/speedcrunch/receipt Sun Nov 02 11:46:58 2014 +0100 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 &&