wok-next rev 20403

gnome-games: don't use 'games' group: it needs to add users to group 'games' or it will not work...
author Aleksej Bobylev <al.bobylev@gmail.com>
date Tue Dec 05 20:28:37 2017 +0200 (2017-12-05)
parents 524536e9b2d4
children bb53e6d98ac8
files gnome-games/receipt
line diff
     1.1 --- a/gnome-games/receipt	Tue Dec 05 17:49:11 2017 +0200
     1.2 +++ b/gnome-games/receipt	Tue Dec 05 20:28:37 2017 +0200
     1.3 @@ -25,8 +25,6 @@
     1.4  $gg-swell-foop $gg-common  $gg-help      $gg           $gg-dev"
     1.5  
     1.6  compile_rules() {
     1.7 -	addgroup -S games # for high score logging
     1.8 -
     1.9  	./configure \
    1.10  		--sysconfdir=/etc \
    1.11  		--bindir=/usr/games \
    1.12 @@ -35,7 +33,9 @@
    1.13  		--enable-introspection \
    1.14  		--enable-sound \
    1.15  		$CONFIGURE_ARGS &&
    1.16 -	make && make install
    1.17 +	make && make install || return 1
    1.18 +
    1.19 +	chmod a+w $install/var/games/*.scores
    1.20  }
    1.21  
    1.22  genpkg_rules() {