wok diff gcompris/receipt @ rev 12099

sarg-php: Fix perm
author Eric Joseph-Alexandre <erjo@slitaz.org>
date Sun Mar 11 02:56:40 2012 +0100 (2012-03-11)
parents 1a6691103f0e
children c19eefb2e37a
line diff
     1.1 --- a/gcompris/receipt	Mon Nov 07 08:28:03 2011 +0300
     1.2 +++ b/gcompris/receipt	Sun Mar 11 02:56:40 2012 +0100
     1.3 @@ -19,7 +19,8 @@
     1.4      cd $src
     1.5      ./configure \
     1.6      	--enable-sdlmixer &&
     1.7 -    make && make install
     1.8 +    make CFLAGS="-DG_CONST_RETURN=const" && make install &&
     1.9 +    find | grep .png | xargs optipng -o7 > /dev/null
    1.10  }
    1.11  
    1.12  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.13 @@ -33,6 +34,4 @@
    1.14  	# Music and voices are splited (gcompris-music, gcompris-fr, etc)
    1.15  	rm -rf $fs/usr/share/gcompris/boards/music
    1.16  	rm -rf $fs/usr/share/gcompris/boards/voices
    1.17 -	cd $fs
    1.18 -	find | grep .png | xargs optipng -o7 > /dev/null
    1.19  }