wok diff squid-auth-helpers/receipt @ rev 4289

kobodeluxe: fix build with glibc-2.10
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Sep 26 14:34:42 2009 +0200 (2009-09-26)
parents 1df2306e1874
children 909b7f4f078b
line diff
     1.1 --- a/squid-auth-helpers/receipt	Fri Aug 28 13:16:05 2009 +0000
     1.2 +++ b/squid-auth-helpers/receipt	Sat Sep 26 14:34:42 2009 +0200
     1.3 @@ -17,6 +17,6 @@
     1.4  {
     1.5  	mkdir -p $fs/usr
     1.6  
     1.7 -	cp -a $_pkg/usr/libexec $fs/usr
     1.8 +	cp -a $_pkg/usr/lib $fs/usr
     1.9  }
    1.10