wok diff svkbd/receipt @ rev 18412

linux64-open-vm-tools-kernel: uclibc-cross-compiler-x86_64 is not compatible with aufs+tmpfs
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Sep 19 18:50:17 2015 +0200 (2015-09-19)
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 Sep 19 18:50:17 2015 +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