wok diff wine/receipt @ rev 14943

Up: edbus (1.7.8)
author Dominique Corbex <domcox@slitaz.org>
date Thu Aug 08 19:15:48 2013 +0200 (2013-08-08)
parents 9b6bb1d6033f
children 2a21689b0af7
line diff
     1.1 --- a/wine/receipt	Sat May 18 09:08:05 2013 +0200
     1.2 +++ b/wine/receipt	Thu Aug 08 19:15:48 2013 +0200
     1.3 @@ -26,12 +26,10 @@
     1.4  # Rules to gen a SliTaz package suitable for Tazpkg.
     1.5  genpkg_rules()
     1.6  {
     1.7 -	mkdir -p $fs/usr/lib/wine $fs/usr/share
     1.8 +	mkdir -p $fs/usr/share
     1.9  	cp -a $install/usr/bin $fs/usr
    1.10 +	cp -a $install/usr/lib $fs/usr
    1.11  	cp -a $install/usr/share/wine $fs/usr/share
    1.12 -	cp -a $install/usr/share/applications $fs/usr/share
    1.13 -	cp -a $install/usr/lib/lib* $fs/usr/lib
    1.14 -	cp -a $install/usr/lib/wine/*.so $fs/usr/lib/wine
    1.15  }
    1.16  
    1.17  post_install()