wok-6.x diff jpeg/receipt @ rev 8033
Fixed typo in one of xorg-xcompmgr build depends.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Thu Jan 20 01:26:55 2011 +0000 (2011-01-20) |
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 Jan 20 01:26:55 2011 +0000 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 }