wok diff gnome-games-glchess/receipt @ rev 18077

Rebuild Python packages to remove "*.pyc" files from package.lists (part 1).
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri May 22 17:34:18 2015 +0300 (2015-05-22)
parents 380ffe05937a
children 86790a278e70
line diff
     1.1 --- a/gnome-games-glchess/receipt	Sat Aug 10 17:00:38 2013 +0000
     1.2 +++ b/gnome-games-glchess/receipt	Fri May 22 17:34:18 2015 +0300
     1.3 @@ -19,11 +19,11 @@
     1.4  	mkdir -p \
     1.5  		$fs/usr/games $fs/usr/lib \
     1.6  		$fs/usr/share/applications
     1.7 -	
     1.8 +
     1.9  	cp -a $install/usr/games/$game $fs/usr/games
    1.10  	cp -a $install/usr/lib/python* $fs/usr/lib
    1.11  	rm -rf $fs/usr/lib/python*/*/gnome_sudoku
    1.12  	cp -a $install/usr/share/$game $fs/usr/share
    1.13 -	
    1.14 +
    1.15  	cp $src/$game/$game.desktop $fs/usr/share/applications
    1.16  }