wok-6.x diff svkbd/receipt @ rev 20366
debugging with markers, I think the build server does NOT build the gpg... but here locally gpg binary is created and at the place it should be
author | Erkan Yilmaz <erkan@slitaz.org> |
---|---|
date | Sat Jun 09 20:40:08 2018 +0000 (2018-06-09) |
parents | 261ab1739100 |
children | 6135577f4d08 |
line diff
1.1 --- a/svkbd/receipt Fri Apr 18 10:49:48 2014 +0000 1.2 +++ b/svkbd/receipt Sat Jun 09 20:40:08 2018 +0000 1.3 @@ -18,8 +18,8 @@ 1.4 # Rules to configure and make the package. 1.5 compile_rules() 1.6 { 1.7 - cp -d ${stuff}/config.def.h . 1.8 - for layout in de en ru 1.9 + cp -d ${stuff}/*.h . 1.10 + for layout in de en ru fr 1.11 do 1.12 make svkbd-${layout} CC=${HOST_SYSTEM}-gcc || return 1 1.13 done