wok-current diff libjson-dev/receipt @ rev 17095

rebuild broken by "Creating all flavors"
author Xander Ziiryanoff <psychomaniak@xakep.ru>
date Thu Aug 28 04:37:39 2014 +0200 (2014-08-28)
parents 8d96e9390bb1
children 86790a278e70
line diff
     1.1 --- a/libjson-dev/receipt	Wed Jul 02 21:08:49 2014 +0200
     1.2 +++ b/libjson-dev/receipt	Thu Aug 28 04:37:39 2014 +0200
     1.3 @@ -15,5 +15,6 @@
     1.4  genpkg_rules()
     1.5  {
     1.6  	mkdir -p $fs/usr/lib
     1.7 -	cp -a $install/usr/lib/*.so* $fs/usr/lib
     1.8 +	cp -a $install/usr/include $fs/usr/
     1.9 +	cp -a $install/usr/lib/*a $fs/usr/lib/
    1.10  }