wok diff tuxtype/receipt @ rev 13429

partclone: add btrfs & hfsplus support
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Oct 04 11:53:21 2012 +0200 (2012-10-04)
parents 0b2b9d1540d7
children 600aaedb561d
line diff
     1.1 --- a/tuxtype/receipt	Wed Feb 22 13:06:57 2012 -0800
     1.2 +++ b/tuxtype/receipt	Thu Oct 04 11:53:21 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 &&