wok-6.x diff svkbd/receipt @ rev 19036
sakura: update french translation
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Tue Apr 12 17:19:40 2016 +0200 (2016-04-12) |
parents | 261ab1739100 |
children | 6135577f4d08 |
line diff
1.1 --- a/svkbd/receipt Fri Apr 18 10:49:48 2014 +0000 1.2 +++ b/svkbd/receipt Tue Apr 12 17:19:40 2016 +0200 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