wok-6.x diff dillo/receipt @ rev 4508
gmpc: typo
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Mon Nov 23 15:28:01 2009 +0100 (2009-11-23) |
parents | 583bdd691510 |
children | 74a6a43bf614 |
line diff
1.1 --- a/dillo/receipt Fri May 01 13:43:09 2009 +0200 1.2 +++ b/dillo/receipt Mon Nov 23 15:28:01 2009 +0100 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 &&