wok-stable diff libcddb/receipt @ rev 10634

jdk6-*: fix receipt (if no files it must be a meta package)
author Christophe Lincoln <pankso@slitaz.org>
date Thu May 26 23:47:17 2011 +0200 (2011-05-26)
parents 02bbaa9d12ba
children b896c623f49e
line diff
     1.1 --- a/libcddb/receipt	Mon Apr 04 01:29:52 2011 +0200
     1.2 +++ b/libcddb/receipt	Thu May 26 23:47:17 2011 +0200
     1.3 @@ -29,5 +29,4 @@
     1.4  	mkdir -p $fs/usr/lib
     1.5  	cp -a $_pkg/usr/lib/*.so* $fs/usr/lib
     1.6  	cp -a $_pkg/usr/bin $fs/usr
     1.7 -	strip -s $fs/usr/lib/* 2>/dev/null
     1.8  }