wok rev 3819

Up: dillo (2.1.1)
author Christophe Lincoln <pankso@slitaz.org>
date Thu Aug 06 14:36:19 2009 +0200 (2009-08-06)
parents 9113d7263ba6
children fef823ac02e3
files dillo/receipt
line diff
     1.1 --- a/dillo/receipt	Thu Aug 06 14:26:29 2009 +0200
     1.2 +++ b/dillo/receipt	Thu Aug 06 14:36:19 2009 +0200
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="dillo"
     1.7 -VERSION="2.0"
     1.8 +VERSION="2.1.1"
     1.9  CATEGORY="network"
    1.10  SHORT_DESC="Light and fast web browse using FLTK."
    1.11  MAINTAINER="pankso@slitaz.org"
    1.12 @@ -16,7 +16,7 @@
    1.13  {
    1.14  	cd $src
    1.15  	./configure \
    1.16 -		--sysconfdir=/etc/dillo \
    1.17 +		--sysconfdir=/etc \
    1.18  		--prefix=/usr \
    1.19  		$CONFIGURE_ARGS &&
    1.20  	make &&