wok diff scummvm/receipt @ rev 15751

Up and fix xorg-server (1.12.4) Removed Kdrive who should be in xorg-server-* pkgs and save space on iSO
author Christophe Lincoln <pankso@slitaz.org>
date Fri Jan 03 12:43:42 2014 +0100 (2014-01-03)
parents 7896f0694ef6
children 6135577f4d08
line diff
     1.1 --- a/scummvm/receipt	Sat Aug 10 21:12:16 2013 +0000
     1.2 +++ b/scummvm/receipt	Fri Jan 03 12:43:42 2014 +0100
     1.3 @@ -35,8 +35,8 @@
     1.4  genpkg_rules()
     1.5  {
     1.6  	mkdir -p $fs/usr/share/applications $fs/usr/games
     1.7 -	cp -a $_pkg/usr/bin $fs/usr
     1.8 -	cp -a $_pkg/usr/games/scummvm $fs/usr/games
     1.9 -	cp -a $_pkg/usr/share/applications/scummvm.desktop $fs/usr/share/applications
    1.10 +	cp -a $install/usr/bin $fs/usr
    1.11 +	cp -a $install/usr/games/scummvm $fs/usr/games
    1.12 +	cp -a $install/usr/share/applications/scummvm.desktop $fs/usr/share/applications
    1.13  }
    1.14