wok diff pangomm/receipt @ rev 10777

yaff: fix path to files (again)
author Christophe Lincoln <pankso@slitaz.org>
date Wed Jun 01 00:26:48 2011 +0200 (2011-06-01)
parents 02ea5970d0c3
children 594242fe0541
line diff
     1.1 --- a/pangomm/receipt	Mon May 09 01:41:52 2011 +0000
     1.2 +++ b/pangomm/receipt	Wed Jun 01 00:26:48 2011 +0200
     1.3 @@ -16,7 +16,8 @@
     1.4  {
     1.5      cd $src
     1.6      ./configure \
     1.7 -	--disable-documentation &&
     1.8 +	--disable-documentation \
     1.9 +	$CONFIGURE_ARGS &&
    1.10      make &&
    1.11      make install
    1.12  }