wok diff GConf-dev/receipt @ rev 4620

ajaxterm: add knock support
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Dec 17 19:13:33 2009 +0100 (2009-12-17)
parents b8be92699358
children ba238fa5bab1
line diff
     1.1 --- a/GConf-dev/receipt	Thu Jun 11 12:42:19 2009 +0000
     1.2 +++ b/GConf-dev/receipt	Thu Dec 17 19:13:33 2009 +0100
     1.3 @@ -14,10 +14,12 @@
     1.4  genpkg_rules()
     1.5  {
     1.6  	mkdir -p  $fs/usr/lib/GConf/2/
     1.7 -	cp -a $_pkg/usr/lib/GConf/2/*.*a $fs/usr/lib/GConf/2/
     1.8 +	cp -a $_pkg/usr/lib/GConf/2/*.*a $fs/usr/lib/GConf/2
     1.9  	cp -a $_pkg/usr/lib/*.*a $fs/usr/lib
    1.10 +	cp -a $_pkg/usr/lib/pkgconfig $fs/usr/lib
    1.11  
    1.12  	mkdir -p $fs/usr/share
    1.13 +	cp -a $_pkg/usr/share/aclocal $fs/usr/share
    1.14  	cp -a $_pkg/usr/share/sgml $fs/usr/share
    1.15  	
    1.16  	cp -a $_pkg/usr/include $fs/usr