wok diff pilot-link/receipt @ rev 18924

glibc: fix build (thanks az_ua)
author Aleksej Bobylev <al.bobylev@gmail.com>
date Thu Feb 25 14:47:17 2016 +0200 (2016-02-25)
parents df94d1ef231c
children aa1584474883
line diff
     1.1 --- a/pilot-link/receipt	Sun Dec 13 23:12:27 2015 +0100
     1.2 +++ b/pilot-link/receipt	Thu Feb 25 14:47:17 2016 +0200
     1.3 @@ -25,5 +25,5 @@
     1.4  genpkg_rules()
     1.5  {
     1.6  	cp -a $install/* $fs
     1.7 -	rm -r $fs/usr/include $fs/usr/lib $fs/usr/share/aclocal
     1.8 +	rm -r $fs/usr/include $fs/usr/share/aclocal
     1.9  }