wok diff scummvm/receipt @ rev 6438

scummvm & beneath-a-steel-sky : Move data in /usr/games (thanks seawolf)
author Antoine Bodin <gokhlayeh@mailoo.org>
date Tue Sep 28 01:23:14 2010 +0200 (2010-09-28)
parents 92668334447c
children 400719117500
line diff
     1.1 --- a/scummvm/receipt	Mon Sep 27 18:03:47 2010 +0200
     1.2 +++ b/scummvm/receipt	Tue Sep 28 01:23:14 2010 +0200
     1.3 @@ -18,6 +18,7 @@
     1.4  	./configure \
     1.5  		--prefix=/usr \
     1.6  		--mandir=/usr/share/man \
     1.7 +		--datadir=/usr/games \
     1.8  		--backend=sdl --disable-debug \
     1.9  		--with-mpeg2-prefix=/usr \
    1.10  		--with-flac-prefix=/usr \
    1.11 @@ -28,9 +29,9 @@
    1.12  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.13  genpkg_rules()
    1.14  {
    1.15 -	mkdir -p $fs/usr/share/applications
    1.16 +	mkdir -p $fs/usr/share/applications $fs/usr/games
    1.17  	cp -a $_pkg/usr/bin $fs/usr
    1.18 -	cp -a $_pkg/usr/share/scummvm $fs/usr/share
    1.19 +	cp -a $_pkg/usr/games/scummvm $fs/usr/games
    1.20  	cp -a $src/dists/scummvm.desktop $fs/usr/share/applications
    1.21  }
    1.22