wok rev 13480

lynx: improve receipt
author Eric Joseph-Alexandre <erjo@slitaz.org>
date Thu Oct 11 10:29:44 2012 +0200 (2012-10-11)
parents 715718b84344
children bd8f09202680
files lynx/receipt
line diff
     1.1 --- a/lynx/receipt	Wed Oct 10 15:15:42 2012 +0200
     1.2 +++ b/lynx/receipt	Thu Oct 11 10:29:44 2012 +0200
     1.3 @@ -33,5 +33,8 @@
     1.4  # Rules to gen a SliTaz package suitable for Tazpkg.
     1.5  genpkg_rules()
     1.6  {
     1.7 -	cp -a $install/* $fs
     1.8 +	mkdir -p $fs/usr
     1.9 +
    1.10 +	cp -a $install/usr/bin $fs/usr
    1.11 +	cp -a $install/etc $fs/
    1.12  }