wok diff jpeg/receipt @ rev 6714

linux/bootloader.sh: align initrdlen to 32bits
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Oct 14 13:41:19 2010 +0200 (2010-10-14)
parents b0ae2959206e
children fdef344d6bef
line diff
     1.1 --- a/jpeg/receipt	Sat Aug 14 14:18:40 2010 +0000
     1.2 +++ b/jpeg/receipt	Thu Oct 14 13:41:19 2010 +0200
     1.3 @@ -24,7 +24,6 @@
     1.4  # Rules to gen a SliTaz package suitable for Tazpkg.
     1.5  genpkg_rules()
     1.6  {
     1.7 -	mkdir -p  $fs/usr/lib
     1.8 -	cp -a $_pkg/usr/lib/*.so* $fs/usr/lib
     1.9 +	mkdir -p  $fs/usr
    1.10  	cp -a $_pkg/usr/bin $fs/usr
    1.11  }