wok-6.x diff jpeg/receipt @ rev 10726
libtaz: Don't need to check /usr/bin/hg anymore. Best to get the tag 1.1.2 version. May need to delete the slitaz-dev-tools-1.1.2.tar.bz2 source on tank to make sure we have the tag version.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Sat May 28 20:44:37 2011 +0000 (2011-05-28) |
parents | b0ae2959206e |
children | fdef344d6bef |
line diff
1.1 --- a/jpeg/receipt Sat Aug 14 14:18:40 2010 +0000 1.2 +++ b/jpeg/receipt Sat May 28 20:44:37 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 }