wok-next diff speedcrunch/receipt @ rev 19253

Up util-linux* (2.28); use new cook functions here.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Thu Jun 30 22:48:07 2016 +0300 (2016-06-30)
parents 34b405b7210d
children b4f791f1a656
line diff
     1.1 --- a/speedcrunch/receipt	Wed May 07 04:14:35 2014 +0300
     1.2 +++ b/speedcrunch/receipt	Thu Jun 30 22:48:07 2016 +0300
     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 &&