wok-6.x diff wine/receipt @ rev 14897

Fix: gaupol (set correct paths for aeidon)
author Claudinei Pereira <claudinei@slitaz.org>
date Sun Jul 28 10:32:13 2013 -0300 (2013-07-28)
parents 9b6bb1d6033f
children 2a21689b0af7
line diff
     1.1 --- a/wine/receipt	Sat May 18 09:08:05 2013 +0200
     1.2 +++ b/wine/receipt	Sun Jul 28 10:32:13 2013 -0300
     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()