wok diff tuxtype/receipt @ rev 12254

Up: slitaz-configs (4.9.1) - Last minute bug fix
author Christophe Lincoln <pankso@slitaz.org>
date Tue Apr 10 13:54:27 2012 +0200 (2012-04-10)
parents 0b2b9d1540d7
children 600aaedb561d
line diff
     1.1 --- a/tuxtype/receipt	Wed Feb 22 13:06:57 2012 -0800
     1.2 +++ b/tuxtype/receipt	Tue Apr 10 13:54:27 2012 +0200
     1.3 @@ -12,7 +12,7 @@
     1.4  DEPENDS="libt4k_common libsdl librsvg libsdl-image libsdl-mixer libsdl-ttf \
     1.5  libsdl-net libsdl-pango"
     1.6  BUILD_DEPENDS="libt4k_common-dev libsdl-dev librsvg-dev libsdl-image-dev \
     1.7 -libsdl-mixer-dev libsdl-ttf-dev libsdl-net-dev libsdl-pango-dev"
     1.8 +libsdl-mixer-dev libsdl-ttf-dev libsdl-net-dev libsdl-pango-dev wget"
     1.9  TAGS="education"
    1.10  
    1.11  
    1.12 @@ -20,7 +20,7 @@
    1.13  compile_rules()
    1.14  {
    1.15  	cd $src
    1.16 -	./configure \
    1.17 +	./configure --sysconfdir=/etc \
    1.18  		--prefix=/usr \
    1.19  		--localstatedir=/var/games
    1.20  		$CONFIGURE_ARGS &&