wok diff dillo/receipt @ rev 4150

midori: add Slitaz homepage
author Eric Joseph-Alexandre <erjo@slitaz.org>
date Sun Sep 20 20:31:38 2009 +0000 (2009-09-20)
parents 583bdd691510
children 74a6a43bf614
line diff
     1.1 --- a/dillo/receipt	Fri May 01 13:43:09 2009 +0200
     1.2 +++ b/dillo/receipt	Sun Sep 20 20:31:38 2009 +0000
     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 &&